Skip to content

Commit f6f879d

Browse files
committed
reseaech
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 001df43 commit f6f879d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)