Skip to content

Commit ac0a73c

Browse files
committed
--legacy-peer-deps
1 parent 8c669be commit ac0a73c

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
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
git config user.name "${GITHUB_ACTOR}"
1818
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
19-
- run: npm install
19+
- run: npm install --legacy-peer-deps
2020
- run: npm run build
2121
- run: npm install release-it
2222
- run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc

0 commit comments

Comments
 (0)