Skip to content

Commit

Permalink
Temporarily disable tests on Windows + Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Nov 29, 2023
1 parent 875a59e commit f7aeefe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
node: [18.12.0, 20.9.0]
# FIXME: Node.js 20.9.0 is currently broken on Windows, in the `registerFont` test:
# ENOENT: no such file or directory, lstat 'D:\a\node-canvas\node-canvas\examples\pfennigFont\pfennigMultiByte🚀.ttf'
# ref: https://github.com/nodejs/node/issues/48673
# ref: https://github.com/nodejs/node/pull/50650
node: [18.12.0]
steps:
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit f7aeefe

Please sign in to comment.