Skip to content

Commit a4637aa

Browse files
authored
Merge pull request #1231 from layer5io/copilot/fix-action-job-failure
Fix npm install failure in release workflow with --legacy-peer-deps
2 parents 09d7fbd + 8b879bc commit a4637aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install, Build, and Publish Package
4646
run: |
47-
npm install
47+
npm install --legacy-peer-deps
4848
npm run build
4949
npm publish --provenance --access public --verbose
5050
env:

0 commit comments

Comments
 (0)