Skip to content

Commit bafbca6

Browse files
authored
Merge pull request #63 from rahulpsq/patch-1
Update verdaccio
2 parents ca1bec7 + f25338d commit bafbca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reviewing_changes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
echo 'Publishing tar.gz to local registry'
6464
curl -o staging_package.tgz "$PACKAGE_URL"
65-
npm install verdaccio -g
65+
npm install verdaccio@5.32.3 -g
6666
verdaccio &
6767
npm config set registry http://localhost:4873
6868
npm install -g npm-cli-adduser && npm-cli-adduser -u dummy -p dummy -e [email protected] -r http://localhost:4873

0 commit comments

Comments
 (0)