We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894da07 commit 439ea70Copy full SHA for 439ea70
1 file changed
.github/workflows/prebuild.yaml
@@ -50,7 +50,7 @@ jobs:
50
strategy:
51
fail-fast: false
52
matrix:
53
- node: [20]
+ node: [21]
54
canvas_tag: ["v2.11.2"] # e.g. "v2.6.1"
55
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
56
runs-on: ubuntu-latest
@@ -143,7 +143,7 @@ jobs:
143
144
145
146
147
148
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
149
runs-on: macos-latest
@@ -216,7 +216,7 @@ jobs:
216
217
218
219
220
221
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows
222
runs-on: windows-2019
0 commit comments