Skip to content

Commit

Permalink
ci: remove node 19 and add node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Apr 3, 2024
1 parent e65224e commit 8b71546
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 @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
node-version: [18, 19, 20]
node-version: [18, 20, 21]
system:
- os: ubuntu-22.04
runs-on: ${{ matrix.system.os }}
Expand Down

0 comments on commit 8b71546

Please sign in to comment.