Skip to content

Commit 984ff20

Browse files
authored
add node v22. Skip old nodes on mac (#363)
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent 20e7b1c commit 984ff20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- 18
2424
- 20
2525
- 21
26+
- 22
2627
os:
2728
- ubuntu-latest
2829
- windows-latest
@@ -34,6 +35,8 @@ jobs:
3435
node-version: 14
3536
- os: macos-latest
3637
node-version: 16
38+
- os: windows-latest
39+
node-version: 22
3740

3841
steps:
3942
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)