diff --git a/.github/workflows/reviewing_changes.yml b/.github/workflows/reviewing_changes.yml index 406f62a..52ed37d 100644 --- a/.github/workflows/reviewing_changes.yml +++ b/.github/workflows/reviewing_changes.yml @@ -61,7 +61,7 @@ jobs: run: | echo 'Publishing tar.gz to local registry' curl -o staging_package.tgz "$PACKAGE_URL" - npm install verdaccio@5.32.3 -g + npm install verdaccio@5.32.2 -g verdaccio & npm config set registry http://localhost:4873 npm install -g npm-cli-adduser && npm-cli-adduser -u dummy -p dummy -e dummy@gmail.com -r http://localhost:4873