diff --git a/scripts/integration-tests/e2e-babel.sh b/scripts/integration-tests/e2e-babel.sh index e6464eadd7ec..ced808e3e2ca 100755 --- a/scripts/integration-tests/e2e-babel.sh +++ b/scripts/integration-tests/e2e-babel.sh @@ -28,6 +28,7 @@ fi startLocalRegistry "$PWD"/scripts/integration-tests/verdaccio-config.yml npm view @babel/preset-flow +npm view @babel/preset-flow versions # We only bump dependencies in the top-level package.json, because workspaces # already use the workspace: protocol so will get the version in the monorepo diff --git a/scripts/integration-tests/utils/local-registry.sh b/scripts/integration-tests/utils/local-registry.sh index f36e2e38b395..49fb596d6bea 100755 --- a/scripts/integration-tests/utils/local-registry.sh +++ b/scripts/integration-tests/utils/local-registry.sh @@ -9,8 +9,8 @@ function startLocalRegistry { # Start local registry tmp_registry_log=`mktemp` echo "Registry output file: $tmp_registry_log" - (cd && nohup npx verdaccio@~4.11.1 -c $1 &>$tmp_registry_log &) - YARN_IGNORE_PATH=1 yarn global add verdaccio-memory@~9.7.2 + (cd && nohup npx verdaccio@~5.1.2 -c $1 &>$tmp_registry_log &) + YARN_IGNORE_PATH=1 yarn global add verdaccio-memory@~10.0.0 # Wait for Verdaccio to boot grep -q "http address" <(tail -f $tmp_registry_log)