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 6861472
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 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,25 +21,37 @@ 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
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
architecture: ${{ matrix.arch }}
cache: 'npm'
cache: npm
cache-dependency-path: ./package.json
- run: npm install
- run: npm run lint
Expand Down

0 comments on commit 6861472

Please sign in to comment.