Skip to content

Commit ab2971f

Browse files
authored
Merge branch 'main' into chore/node_package-manager-cache_false
2 parents 6dcb667 + b95cacf commit ab2971f

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
@@ -208,7 +208,7 @@ jobs:
208208
# we need to craft compatible versions by hand,
209209
# and might utilize `npm_config_engine_strict=false`
210210
211-
dev_constraints=' npm-run-all2 c8 mocha fast-glob rimraf '
211+
dev_constraints=' npm-run-all2 c8 mocha fast-glob memfs rimraf '
212212
echo "::group::install prod"
213213
npm_config_engine_strict=false npm i --ignore-scripts --include=optional --omit=dev --only=prod --production --loglevel=silly
214214
echo "::endgroup::"
@@ -263,7 +263,7 @@ jobs:
263263
- name: setup library
264264
run: |
265265
set -ex
266-
dev_constraints=' npm-run-all2 c8 mocha fast-glob rimraf '
266+
dev_constraints=' npm-run-all2 c8 mocha fast-glob memfs rimraf '
267267
echo "::group::install prod"
268268
npm i --ignore-scripts --omit=optional --omit=dev --loglevel=silly
269269
echo "::endgroup::"

0 commit comments

Comments
 (0)