Skip to content

Commit

Permalink
[ci] Test on node 23
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Oct 26, 2024
1 parent 019f28f commit 7336896
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
matrix:
arch:
- x64
- x86
node:
- 10
- 12
Expand All @@ -22,17 +21,29 @@ jobs:
- 18
- 20
- 22
- 23
os:
- macOS-latest
- ubuntu-latest
- windows-latest
exclude:
include:
- arch: x86
os: macOS-latest
node: 10
os: windows-latest
- arch: x86
node: 12
os: windows-latest
- arch: x86
node: 14
os: windows-latest
- arch: x86
node: 16
os: windows-latest
- arch: x86
os: ubuntu-latest
node: 20
os: windows-latest
- arch: x86
node: 18
node: 22
os: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7336896

Please sign in to comment.