Skip to content

Commit

Permalink
chore(ci): try non-ci install when testing node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Dec 2, 2023
1 parent 8b31f4f commit 669b184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
npm install node-pre-gyp --prefer-offline --no-audit --progress=false
- name: Install dependencies
run: npm ci --prefer-offline --no-audit --progress=false
run: npm install --progress=false

- name: Confirm build works with Node.js ${{ inputs.gh-node-version }} on ${{ matrix.os }}
run: npm run build
Expand Down

0 comments on commit 669b184

Please sign in to comment.