|
13 | 13 | runs-on: ubuntu-latest |
14 | 14 | strategy: |
15 | 15 | matrix: |
16 | | - node: [18.12.0, 20.9.0] |
| 16 | + node: [18.20.5, 20.18.1, 22.12.0, 23.3.0] |
17 | 17 | steps: |
18 | 18 | - uses: actions/setup-node@v4 |
19 | 19 | with: |
|
33 | 33 | runs-on: windows-2019 |
34 | 34 | strategy: |
35 | 35 | matrix: |
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] |
| 36 | + node: [18.20.5, 20.18.1, 22.12.0, 23.3.0] |
41 | 37 | steps: |
42 | 38 | - uses: actions/setup-node@v4 |
43 | 39 | with: |
|
61 | 57 | runs-on: macos-15 |
62 | 58 | strategy: |
63 | 59 | matrix: |
64 | | - node: [18.12.0, 20.9.0] |
| 60 | + node: [18.20.5, 20.18.1, 22.12.0, 23.3.0] |
65 | 61 | steps: |
66 | 62 | - uses: actions/setup-node@v4 |
67 | 63 | with: |
|
0 commit comments