We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bafbca6 + 5936b77 commit ded01d2Copy full SHA for ded01d2
.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 [email protected].3 -g
+ npm install [email protected].2 -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