Skip to content

Commit

Permalink
ci: do not use npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Mar 8, 2024
1 parent a1f1297 commit 9552b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:

- name: Install NPM dependencies
shell: bash
run: npm install --legacy-peer-deps
run: npm ci

- name: Install Python dependencies
shell: bash
Expand Down Expand Up @@ -264,4 +264,4 @@ jobs:
env:
CONFLUENCE_TITLE: ${{ env.REPOSITORY_NAME }}
CONFLUENCE_USERNAME: ${{ secrets.VBR_CONFLUENCE_USER }}
CONFLUENCE_PASSWORD: ${{ secrets.VBR_CONFLUENCE_PASSWORD }}
CONFLUENCE_PASSWORD: ${{ secrets.VBR_CONFLUENCE_PASSWORD }}

0 comments on commit 9552b92

Please sign in to comment.