We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7c64a commit 36643dcCopy full SHA for 36643dc
1 file changed
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
- run: npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN
49
env:
50
GH_TOKEN: ${{ secrets.GH_TOKEN }}
51
- - run: npm install @typeform/jarvis --registry=https://npm.pkg.github.com/ --no-save
+ - run: npm install @typeform/jarvis --registry=https://npm.pkg.github.com/ --no-save --legacy-peer-deps
52
53
# authenticate to AWS
54
- uses: aws-actions/configure-aws-credentials@v4
0 commit comments