Skip to content

Commit

Permalink
fix: add Node.js 22 to CI test (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Nov 10, 2024
1 parent fd7cc04 commit 0ee1f51
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 18, 20 ]
node-version: [ 18, 20, 22 ]
os: [ ubuntu-latest, windows-latest ]
steps:
- name: checkout
Expand Down

0 comments on commit 0ee1f51

Please sign in to comment.