From 5b164e6198b6e707e9683168e3d83618c57465b8 Mon Sep 17 00:00:00 2001 From: rahulpsq <81632139+rahulpsq@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:15:25 +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 2a12ba6..de42df9 100644 --- a/.github/workflows/reviewing_changes.yml +++ b/.github/workflows/reviewing_changes.yml @@ -62,7 +62,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