We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875a59e commit f7aeefeCopy full SHA for f7aeefe
.github/workflows/ci.yaml
@@ -33,7 +33,11 @@ jobs:
33
runs-on: windows-2019
34
strategy:
35
matrix:
36
- node: [18.12.0, 20.9.0]
+ # FIXME: Node.js 20.9.0 is currently broken on Windows, in the `registerFont` test:
37
+ # ENOENT: no such file or directory, lstat 'D:\a\node-canvas\node-canvas\examples\pfennigFont\pfennigMultiByte🚀.ttf'
38
+ # ref: https://github.com/nodejs/node/issues/48673
39
+ # ref: https://github.com/nodejs/node/pull/50650
40
+ node: [18.12.0]
41
steps:
42
- uses: actions/setup-node@v3
43
with:
0 commit comments