Skip to content

Commit 9183ace

Browse files
fix github action
1 parent 1deefc7 commit 9183ace

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)