Skip to content

Commit

Permalink
fix package-lock.json issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vscheuber committed Jun 20, 2024
1 parent d19c73d commit 51f8452
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'

- name: Update package-log.json before version bump
run: npm i --package-lock-only

- name: Install dependencies
run: npm ci

Expand All @@ -59,7 +62,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update package-log.json
- name: Update package-log.json after version bump
run: npm i --package-lock-only

- name: 'Version From Tag'
Expand Down

0 comments on commit 51f8452

Please sign in to comment.