Skip to content

Commit

Permalink
Test nodejs v22
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Dec 2, 2024
1 parent d3c1181 commit bdd95e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ jobs:
strategy:
# max-parallel: 2
matrix:
node-version: [16, 18, 20]
node-version: [18, 20, 22]
os: [ubuntu-latest, windows-latest, macos-latest]
# test only nodejs v18 on win and mac
exclude:
- os: macos-latest
node-version: 16
- os: macos-latest
node-version: 20
- os: windows-latest
node-version: 16
- os: macos-latest
node-version: 22
- os: windows-latest
node-version: 20
- os: windows-latest
node-version: 22

steps:
- name: Checkout repository
Expand Down

0 comments on commit bdd95e1

Please sign in to comment.