We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c539e commit d9323d5Copy full SHA for d9323d5
.github/workflows/release.yml
@@ -9,6 +9,7 @@ jobs:
9
env:
10
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
11
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
+ NPM_CONFIG_LEGACY_PEER_DEPS: true
13
steps:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v1
0 commit comments