Skip to content

Commit d8026a1

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

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/applications.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,13 @@ 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
52-
run: npm config set legacy-peer-deps true; npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
55+
run: npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
5356
timeout-minutes: 30
5457

55-
- name: print working dir
56-
run: pwd
57-
58-
- name: List working dir
59-
run: ls ./packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}
60-
61-
- name: List working dir
62-
run: ls ./packages/devextreme-cli/testing/sandbox/${{ matrix.APPROACH }}/my-app
63-
6458
- name: Install Internal Packages
6559
uses: DevExpress/github-actions/install-internal-package@main
6660
with:

0 commit comments

Comments
 (0)