Skip to content

Commit

Permalink
fix verdaccio pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko committed Sep 22, 2024
1 parent 7c7a0d6 commit 13fe6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
always-auth: true
node-version: 16
node-version: 20
cache: 'yarn'

- name: Install dependencies if needed
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Publish with Verdaccio
run: |
git switch -c "pull-request"
npm i -g {verdaccio,verdaccio-auth-memory,verdaccio-memory}
npm i -g {verdaccio@5,verdaccio-auth-memory,verdaccio-memory}
nohup verdaccio --config .github/verdaccio/config.yaml &>verdaccio.log &
yarn verdaccio:release
Expand Down

0 comments on commit 13fe6ee

Please sign in to comment.