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.
1 parent 0bffe04 commit f0042abCopy full SHA for f0042ab
.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@5.32.3 -g
+ npm install verdaccio@5.32.2 -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 dummy@gmail.com -r http://localhost:4873
0 commit comments