From b9a3c37350e8cf8d2c820b5c96257ac3c27c8681 Mon Sep 17 00:00:00 2001 From: rahulpsq <81632139+rahulpsq@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:51:04 +0530 Subject: [PATCH] Update reviewing_changes.yml --- .github/workflows/reviewing_changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reviewing_changes.yml b/.github/workflows/reviewing_changes.yml index 2d24842..406f62a 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 -g + npm install verdaccio@5.32.3 -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