Skip to content

Commit

Permalink
ci: workaround windows spawns issues
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 committed Apr 21, 2024
1 parent 05c6e8c commit 037bc4d
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 @@ -26,11 +26,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '20.12.1'
architecture: ${{ matrix.arch }}
- run: npm ci
- run: npm run lint
- run: npm run node-gyp-build
- run: npm run test
shell: bash
- name: Prebuildify
Expand Down

0 comments on commit 037bc4d

Please sign in to comment.