We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54db5c2 commit 27aa19bCopy full SHA for 27aa19b
2 files changed
.github/workflows/applications.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Run npm install
46
env:
47
PUPPETEER_SKIP_DOWNLOAD: true
48
- run: npm install --no-audit --no-fund
+ run: npm ci --no-audit --no-fund
49
50
- uses: browser-actions/setup-chrome@v1
51
id: setup-chrome
.github/workflows/publish.yml
@@ -24,11 +24,11 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Run npm install - root
27
28
29
- name: Run npm install - devextreme-schematics
30
working-directory: packages/devextreme-schematics
31
32
33
- name: Test devextreme-schematics
34
0 commit comments