Skip to content

Commit

Permalink
ci: fixed npm install in release workflow
Browse files Browse the repository at this point in the history
* To the release workflow was added parameter --legacy-peer-deps to the npm ci.
  • Loading branch information
HejdaJakub committed Mar 9, 2023
1 parent 3ed526a commit f3238e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 16
- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f3238e7

Please sign in to comment.