Skip to content

Commit

Permalink
Added Node v22 to test suite for Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefarris committed Oct 21, 2024
1 parent 0224f23 commit bb9187c
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: ubuntu-22.04
strategy:
matrix:
node-version: [16,18,20,21]
node-version: [16,18,20,21,22]
steps:
- name: Update Apt
run: sudo apt-get update
Expand Down

0 comments on commit bb9187c

Please sign in to comment.