Skip to content

Commit

Permalink
chore: add Node 22 CI (#107)
Browse files Browse the repository at this point in the history
Adds node 22 to CI checks
  • Loading branch information
jeswr authored Jul 16, 2024
1 parent 266e5de commit 0f8909b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- 16.x
- 18.x
- 20.x
- 22.x
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand Down

0 comments on commit 0f8909b

Please sign in to comment.