Skip to content

Commit 439ea70

Browse files
committed
build v2.11.2 for node 21
1 parent 894da07 commit 439ea70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prebuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
node: [20]
53+
node: [21]
5454
canvas_tag: ["v2.11.2"] # e.g. "v2.6.1"
5555
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
5656
runs-on: ubuntu-latest
@@ -143,7 +143,7 @@ jobs:
143143
strategy:
144144
fail-fast: false
145145
matrix:
146-
node: [20]
146+
node: [21]
147147
canvas_tag: ["v2.11.2"] # e.g. "v2.6.1"
148148
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
149149
runs-on: macos-latest
@@ -216,7 +216,7 @@ jobs:
216216
strategy:
217217
fail-fast: false
218218
matrix:
219-
node: [20]
219+
node: [21]
220220
canvas_tag: ["v2.11.2"] # e.g. "v2.6.1"
221221
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows
222222
runs-on: windows-2019

0 commit comments

Comments
 (0)