Skip to content

Commit 5936b77

Browse files
authored
Update reviewing_changes.yml
1 parent bafbca6 commit 5936b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reviewing_changes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
echo 'Publishing tar.gz to local registry'
6464
curl -o staging_package.tgz "$PACKAGE_URL"
65-
npm install [email protected].3 -g
65+
npm install [email protected].2 -g
6666
verdaccio &
6767
npm config set registry http://localhost:4873
6868
npm install -g npm-cli-adduser && npm-cli-adduser -u dummy -p dummy -e [email protected] -r http://localhost:4873

0 commit comments

Comments
 (0)