We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca1bec7 + f25338d commit bafbca6Copy full SHA for bafbca6
.github/workflows/reviewing_changes.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
echo 'Publishing tar.gz to local registry'
64
curl -o staging_package.tgz "$PACKAGE_URL"
65
- npm install verdaccio -g
+ npm install verdaccio@5.32.3 -g
66
verdaccio &
67
npm config set registry http://localhost:4873
68
npm install -g npm-cli-adduser && npm-cli-adduser -u dummy -p dummy -e [email protected] -r http://localhost:4873
0 commit comments