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 <hello@matteocollina.com>

* Update ci.yml

Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com>

* fixup

Signed-off-by: Matteo Collina <hello@matteocollina.com>

---------

Signed-off-by: Matteo Collina <hello@matteocollina.com>
Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com>
  • Loading branch information
mcollina and jsumners committed 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.