Skip to content

Commit

Permalink
chore: add Node v21 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Mar 22, 2024
1 parent ff7a12d commit 0605eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
node-version: [18, 20]
node-version: [18, 20, 21]

runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit 0605eee

Please sign in to comment.