From 2d21687cf0f8161c27e8d3fb3ead534ddfc1549f Mon Sep 17 00:00:00 2001 From: tom-ridsdale Date: Wed, 10 Dec 2025 14:32:57 +0000 Subject: [PATCH] feat(TU-33149): Add --legacy-peer-deps flag --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb34caf5..8fba4798 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - run: npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN env: GH_TOKEN: ${{ secrets.GH_TOKEN }} - - 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 # authenticate to AWS - uses: aws-actions/configure-aws-credentials@v4