Skip to content

Commit f3238e7

Browse files
committed
ci: fixed npm install in release workflow
* To the release workflow was added parameter --legacy-peer-deps to the npm ci.
1 parent 3ed526a commit f3238e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 16
1919
- name: Install dependencies
20-
run: npm ci
20+
run: npm ci --legacy-peer-deps
2121
- name: Release
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)