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 3fb0f95
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
arch:
- x64
- x86
arch: x64
node:
- 10
- 12
Expand All @@ -22,17 +20,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 3fb0f95

Please sign in to comment.