Skip to content

Commit

Permalink
build: Explicit verdaccio version
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Sep 21, 2024
1 parent fad9a9c commit c3e75de
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 c3e75de

Please sign in to comment.