We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87e61d9 + 355f5be commit 0bffe04Copy full SHA for 0bffe04
.github/workflows/sanity-workflow.yml
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
echo 'Publishing tar.gz to local registry'
63
curl -o staging_package.tgz "$PACKAGE_URL"
64
- npm install verdaccio -g
+ npm install verdaccio@5.32.3 -g
65
verdaccio &
66
npm config set registry http://localhost:4873
67
npm install -g npm-cli-adduser && npm-cli-adduser -u dummy -p dummy -e [email protected] -r http://localhost:4873
0 commit comments