File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 - name : Run npm install
116116 env :
117117 PUPPETEER_SKIP_DOWNLOAD : true
118- run : npm install --no-package-lock --no-audit --no-fund
118+ run : npm ci --no-package-lock --no-audit --no-fund
119119
120120 - name : Run schematics tests
121121 run : cd packages/devextreme-schematics && npm run test
Original file line number Diff line number Diff line change 2424 - name : Run npm install
2525 env :
2626 PUPPETEER_SKIP_DOWNLOAD : true
27- run : npm install --no-package-lock --no-audit --no-fund
27+ run : npm ci --no-package-lock --no-audit --no-fund
2828
2929 - name : Run tests
3030 run : npm run lint
Original file line number Diff line number Diff line change 3535 - name : Run npm install
3636 env :
3737 PUPPETEER_SKIP_DOWNLOAD : true
38- run : npm install --no-package-lock --no-audit --no-fund
38+ run : npm ci --no-package-lock --no-audit --no-fund
3939
4040 - name : Run tests
4141 run : npm run test-themebuilder
You can’t perform that action at this time.
0 commit comments