Skip to content

Commit 9a42c6e

Browse files
set legacy-peer-deps=true for github actions
1 parent 5f1b33a commit 9a42c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: ${{ steps.setup-chrome.outputs.chrome-path }} --version
5050

5151
- name: Create ${{ matrix.APPROACH }} application
52-
run: npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
52+
run: npm config set legacy-peer-deps true; npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
5353
timeout-minutes: 30
5454

5555
- name: print working dir

0 commit comments

Comments
 (0)