We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1deefc7 commit 9183aceCopy full SHA for 9183ace
.github/workflows/applications.yml
@@ -48,6 +48,9 @@ jobs:
48
id: setup-chrome
49
- run: ${{ steps.setup-chrome.outputs.chrome-path }} --version
50
51
+ - name: Set Legacy-peer-deps=true
52
+ run: npm config set legacy-peer-deps true
53
+
54
- name: Create ${{ matrix.APPROACH }} application
55
run: npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
56
timeout-minutes: 30
0 commit comments