File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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::"
You can’t perform that action at this time.
0 commit comments