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 ff0ca23
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,13 @@ 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
include:
- os: windows-latest
node-version: 20
- os: macos-latest
node-version: 20

steps:
- name: Checkout repository
Expand Down

0 comments on commit ff0ca23

Please sign in to comment.