Skip to content

Commit

Permalink
[ci] Do not test on node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed May 14, 2024
1 parent d3b8a1e commit 4b5f88e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- x64
- x86
node:
- 16
- 18
- 20
- 22
Expand Down Expand Up @@ -61,7 +60,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
architecture: ${{ matrix.arch }}
- run: npm install
- run: npm run prebuild-darwin-x64+arm64
Expand Down

0 comments on commit 4b5f88e

Please sign in to comment.