Skip to content

Commit

Permalink
add node 22 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek authored May 8, 2024
1 parent 99600f1 commit af4a918
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 @@ -8,7 +8,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
# https://nodejs.org/en/about/releases/
node: [18, 20, 21]
node: [18, 20, 21, 22]
runs-on: ${{ matrix.os }}
steps:
# https://github.com/actions/checkout/issues/135
Expand Down

0 comments on commit af4a918

Please sign in to comment.