Skip to content

Commit f0042ab

Browse files
authoredOct 17, 2024
Update sanity-workflow.yml
1 parent 0bffe04 commit f0042ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/sanity-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
echo 'Publishing tar.gz to local registry'
6363
curl -o staging_package.tgz "$PACKAGE_URL"
64-
npm install verdaccio@5.32.3 -g
64+
npm install verdaccio@5.32.2 -g
6565
verdaccio &
6666
npm config set registry http://localhost:4873
6767
npm install -g npm-cli-adduser && npm-cli-adduser -u dummy -p dummy -e dummy@gmail.com -r http://localhost:4873

0 commit comments

Comments
 (0)