Skip to content

Commit 2bfaf08

Browse files
committed
ci: fix test-omit-optional-deps
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent e45741d commit 2bfaf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
## dont install all the dev-packages, especially since some are not runnable on node 14.0.0
201201
npm i --ignore-scripts --omit=optional --omit=dev --loglevel=silly
202202
## install the needed dev-deps
203-
npm i --no-save mocha c8 npm-run-all fast-glob
203+
npm i --ignore-scripts --omit=optional --no-save --loglevel=silly mocha c8 npm-run-all fast-glob
204204
- name: fetch build artifact
205205
# see https://github.com/actions/download-artifact
206206
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)