We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafbca6 commit 5936b77Copy full SHA for 5936b77
.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