We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45741d commit 2bfaf08Copy full SHA for 2bfaf08
.github/workflows/nodejs.yml
@@ -200,7 +200,7 @@ jobs:
200
## dont install all the dev-packages, especially since some are not runnable on node 14.0.0
201
npm i --ignore-scripts --omit=optional --omit=dev --loglevel=silly
202
## install the needed dev-deps
203
- npm i --no-save mocha c8 npm-run-all fast-glob
+ npm i --ignore-scripts --omit=optional --no-save --loglevel=silly mocha c8 npm-run-all fast-glob
204
- name: fetch build artifact
205
# see https://github.com/actions/download-artifact
206
uses: actions/download-artifact@v3
0 commit comments