Skip to content

Commit

Permalink
Merge pull request #4694 from Rotzbua/test_add_node_22
Browse files Browse the repository at this point in the history
feat(ci): add new nodejs v22
  • Loading branch information
knolleary committed May 14, 2024
2 parents ac6a494 + fd1a001 commit 70167d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 70167d7

Please sign in to comment.