Skip to content

Commit

Permalink
add node v22. Skip old nodes on mac (#363)
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 29, 2024
1 parent 20e7b1c commit 984ff20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- 18
- 20
- 21
- 22
os:
- ubuntu-latest
- windows-latest
Expand All @@ -34,6 +35,8 @@ jobs:
node-version: 14
- os: macos-latest
node-version: 16
- os: windows-latest
node-version: 22

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 984ff20

Please sign in to comment.