Skip to content

Commit 36643dc

Browse files
authored
feat(TU-33149): Add --legacy-peer-deps flag (#713)
1 parent 0d7c64a commit 36643dc

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
@@ -48,7 +48,7 @@ jobs:
4848
- run: npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN
4949
env:
5050
GH_TOKEN: ${{ secrets.GH_TOKEN }}
51-
- run: npm install @typeform/jarvis --registry=https://npm.pkg.github.com/ --no-save
51+
- run: npm install @typeform/jarvis --registry=https://npm.pkg.github.com/ --no-save --legacy-peer-deps
5252

5353
# authenticate to AWS
5454
- uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)