Skip to content

Commit

Permalink
chore: add node 21 to CI
Browse files Browse the repository at this point in the history
This adds node 21.x to the matrix in our CI workflow (making it now run
on 18, 20 and 21).
  • Loading branch information
43081j committed Mar 27, 2024
1 parent 75eb523 commit 6c20448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [18, 20]
version: [18, 20, 21]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down

0 comments on commit 6c20448

Please sign in to comment.