File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -206,20 +206,11 @@ jobs:
206206 NODE_VERSION : ' ${{ matrix.node-version }}'
207207 run : |
208208 set -ex
209-
210- # for the purpose of testing strange setups,
211- # we need to craft compatible versions by hand,
212- # and might utilize `npm_config_engine_strict=false`
213-
214- dev_constraints=' npm-run-all2 c8 mocha fast-glob memfs rimraf '
215209 echo "::group::install prod"
216- npm_config_engine_strict=false npm i --ignore-scripts --include=optional --omit=dev --only=prod --production --loglevel=silly
217- echo "::endgroup::"
218- echo "::group::install dev"
219- npm i --ignore-scripts --loglevel=silly --no-save $dev_constraints
210+ npm i --ignore-scripts --include=optional --include=dev --production --loglevel=silly
220211 echo "::endgroup::"
221- echo "::group::rebuild libxmljs2"
222212 ## rebuild deps for which scripts were ignored, or partially installed - since "ignore-scripts" was used
213+ echo "::group::rebuild libxmljs2"
223214 npm rebuild --loglevel=silly libxmljs2 || npm uninstall --no-save libxmljs2 || true
224215 echo "::endgroup::"
225216 - name : research
You can’t perform that action at this time.
0 commit comments