Skip to content

Commit

Permalink
add node v22 to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Apr 27, 2024
1 parent 4f8ea32 commit 1dc441c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
node-version: [18, 20, 21]
node-version: [18, 20, 21, 22]

steps:
- name: Check out repo
Expand Down

0 comments on commit 1dc441c

Please sign in to comment.