Skip to content

Commit

Permalink
chore: run CI on Node 21 (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 15, 2023
1 parent 50d49a6 commit 17f49db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 21.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 17f49db

Please sign in to comment.