Skip to content

Commit

Permalink
chore: Add node 21 prebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
schuerg committed Oct 27, 2023
1 parent a5b379b commit 3f8a311
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 @@ -24,7 +24,7 @@ jobs:
Linux:
strategy:
matrix:
node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20]
node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 21]
canvas_tag: [] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Linux
runs-on: ubuntu-latest
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
macOS:
strategy:
matrix:
node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20]
node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 21]
canvas_tag: [] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
runs-on: macos-latest
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
Win:
strategy:
matrix:
node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20]
node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 21]
canvas_tag: [] # e.g. "v2.6.1"
name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows
runs-on: windows-latest
Expand Down

0 comments on commit 3f8a311

Please sign in to comment.