Skip to content

Commit

Permalink
build v2.11.2 for node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Oct 27, 2023
1 parent 894da07 commit 439ea70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [20]
node: [21]
canvas_tag: ["v2.11.2"] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag }}, Node.js ${{ matrix.node }}, Linux
runs-on: ubuntu-latest
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [20]
node: [21]
canvas_tag: ["v2.11.2"] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
runs-on: macos-latest
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [20]
node: [21]
canvas_tag: ["v2.11.2"] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows
runs-on: windows-2019
Expand Down

0 comments on commit 439ea70

Please sign in to comment.