Skip to content

Commit b95cacf

Browse files
committed
ci: fix dev/test setup
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9981180 commit b95cacf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
# we need to craft compatible versions by hand,
212212
# and might utilize `npm_config_engine_strict=false`
213213
214-
dev_constraints=' npm-run-all2 c8 mocha fast-glob rimraf '
214+
dev_constraints=' npm-run-all2 c8 mocha fast-glob memfs rimraf '
215215
echo "::group::install prod"
216216
npm_config_engine_strict=false npm i --ignore-scripts --include=optional --omit=dev --only=prod --production --loglevel=silly
217217
echo "::endgroup::"
@@ -265,7 +265,7 @@ jobs:
265265
- name: setup library
266266
run: |
267267
set -ex
268-
dev_constraints=' npm-run-all2 c8 mocha fast-glob rimraf '
268+
dev_constraints=' npm-run-all2 c8 mocha fast-glob memfs rimraf '
269269
echo "::group::install prod"
270270
npm i --ignore-scripts --omit=optional --omit=dev --loglevel=silly
271271
echo "::endgroup::"

0 commit comments

Comments
 (0)