Skip to content

Commit 283fcec

Browse files
authored
chore(promote.yml): legacy peer deps
1 parent 3598635 commit 283fcec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/promote.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1212
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1313
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
14+
NPM_CONFIG_LEGACY_PEER_DEPS: true
1415
steps:
1516
- uses: actions/checkout@v2
1617
- name: Build for promotion
@@ -27,4 +28,4 @@ jobs:
2728
run: |
2829
cd packages/module
2930
npm version ${{ github.ref_name }} --git-tag-version false
30-
npm publish --tag=latest
31+
npm publish --tag=latest

0 commit comments

Comments
 (0)