Skip to content

Commit

Permalink
add node v22 to CI (#1953)
Browse files Browse the repository at this point in the history
* add node v22 to CI

Signed-off-by: Matteo Collina <[email protected]>

* Update ci.yml

Co-authored-by: James Sumners <[email protected]>

* fixup

Signed-off-by: Matteo Collina <[email protected]>

---------

Signed-off-by: Matteo Collina <[email protected]>
Co-authored-by: James Sumners <[email protected]>
  • Loading branch information
mcollina and jsumners authored Apr 28, 2024
1 parent b50d02b commit 0d5681b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
node-version: [18, 20, 21]
node-version: [18, 20, 22]
exclude:
- os: windows-latest
node-version: 22

steps:
- name: Check out repo
Expand Down

0 comments on commit 0d5681b

Please sign in to comment.