File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 - name : Run npm install
4646 env :
4747 PUPPETEER_SKIP_DOWNLOAD : true
48- run : npm install --no-audit --no-fund
48+ run : npm ci --no-audit --no-fund
4949
5050 - uses : browser-actions/setup-chrome@v1
5151 id : setup-chrome
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 uses : actions/checkout@v4
2525
2626 - name : Run npm install - root
27- run : npm install --no-audit --no-fund
27+ run : npm ci --no-audit --no-fund
2828
2929 - name : Run npm install - devextreme-schematics
3030 working-directory : packages/devextreme-schematics
31- run : npm install --no-audit --no-fund
31+ run : npm ci --no-audit --no-fund
3232
3333 - name : Test devextreme-schematics
3434 working-directory : packages/devextreme-schematics
You can’t perform that action at this time.
0 commit comments