From a5439ec8d1f651b84251173fe3568f5259d04731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Mon, 6 Dec 2021 21:50:00 +0100 Subject: [PATCH] Remove usage of `--openssl-legacy-provider` in e2e tests --- scripts/integration-tests/e2e-create-react-app.sh | 5 ----- scripts/integration-tests/e2e-vue-cli.sh | 5 ----- 2 files changed, 10 deletions(-) diff --git a/scripts/integration-tests/e2e-create-react-app.sh b/scripts/integration-tests/e2e-create-react-app.sh index 0076fa3dbfd9..a57b48005d47 100755 --- a/scripts/integration-tests/e2e-create-react-app.sh +++ b/scripts/integration-tests/e2e-create-react-app.sh @@ -40,11 +40,6 @@ do (cd "$d"; node "$bump_deps") done -if [[ "$(node --version)" == v17.* ]]; then - # Remove this when https://github.com/webpack/webpack/issues/14532 is fixed - export NODE_OPTIONS=--openssl-legacy-provider -fi - startLocalRegistry "$PWD"/../../verdaccio-config.yml npm install diff --git a/scripts/integration-tests/e2e-vue-cli.sh b/scripts/integration-tests/e2e-vue-cli.sh index 78d742dee3d3..bbf88bfb4174 100755 --- a/scripts/integration-tests/e2e-vue-cli.sh +++ b/scripts/integration-tests/e2e-vue-cli.sh @@ -30,11 +30,6 @@ node "$PWD"/../../utils/bump-babel-dependencies.js yarn lerna exec -- node "$PWD"/../../utils/bump-babel-dependencies.js yarn install --ignore-engines # Remove --ignore-engines when vue-cli upgrades their lockfile to eslint-import-resolver-webpack@0.13.2 -if [[ "$(node --version)" == v17.* ]]; then - # Remove this when https://github.com/webpack/webpack/issues/14532 is fixed - export NODE_OPTIONS=--openssl-legacy-provider -fi - # Test CI=true yarn test -p babel,babel-preset-app