Skip to content

Commit

Permalink
chore(ci): add node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Apr 14, 2024
1 parent 15f1b92 commit 80cefa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
node: [ 18, 19, 20 ]
node: [ 18, 19, 20, 21 ]
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.2
Expand Down

0 comments on commit 80cefa0

Please sign in to comment.