Skip to content

Commit

Permalink
CI: update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 6, 2024
1 parent bcbbb50 commit 5cbdd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [ 14, 16, 18 ]
node-version: [ 18, 20, 22 ]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
Expand Down

0 comments on commit 5cbdd5b

Please sign in to comment.