Skip to content

Commit

Permalink
Merge pull request #4714 from relative-ci/fix-build
Browse files Browse the repository at this point in the history
build: Explicit verdaccio version
  • Loading branch information
vio authored Sep 21, 2024
2 parents fad9a9c + c3e75de commit 5d8f3c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
name: local-registry

- name: Install dependencies
run: npm install -g verdaccio
run: npm install -g verdaccio@v5

- name: Run local npm registry
run: ./scripts/local-registry.sh &
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
name: local-registry

- name: Install dependencies
run: npm install -g verdaccio
run: npm install -g verdaccio@v5

- name: Run local npm registry
run: ./scripts/local-registry.sh &
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
name: local-registry

- name: Install verdaccio
run: npm install -g verdaccio
run: npm install -g verdaccio@v5

- name: Run local npm registry
run: ./scripts/local-registry.sh &
Expand Down

0 comments on commit 5d8f3c8

Please sign in to comment.