Skip to content

Commit f7aeefe

Browse files
committed
Temporarily disable tests on Windows + Node.js 20
1 parent 875a59e commit f7aeefe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ jobs:
3333
runs-on: windows-2019
3434
strategy:
3535
matrix:
36-
node: [18.12.0, 20.9.0]
36+
# 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]
3741
steps:
3842
- uses: actions/setup-node@v3
3943
with:

0 commit comments

Comments
 (0)