Skip to content

Commit 21bfa4a

Browse files
set legacy-peer-deps=true for github actions
1 parent e9a98a9 commit 21bfa4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/applications.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
id: setup-chrome
4949
- run: ${{ steps.setup-chrome.outputs.chrome-path }} --version
5050

51+
- name: Set Legacy-peer-deps=true
52+
run: npm config set legacy-peer-deps true
53+
5154
- name: Create ${{ matrix.APPROACH }} application
5255
run: npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
5356
timeout-minutes: 30

0 commit comments

Comments
 (0)