File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-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-audit --no-fund
118+ run : npm install --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 2222 node-version : ' 20'
2323
2424 - name : Run npm install
25- run : npm install --no-audit --no-fund
25+ env :
26+ PUPPETEER_SKIP_DOWNLOAD : true
27+ run : npm install --no-package-lock --no-audit --no-fund
2628
2729 - name : Run tests
2830 run : npm run lint
Original file line number Diff line number Diff line change 3333 themebuilder-${{ runner.os }}-node-
3434
3535 - name : Run npm install
36- run : npm install --no-audit --no-fund
36+ env :
37+ PUPPETEER_SKIP_DOWNLOAD : true
38+ run : npm install --no-package-lock --no-audit --no-fund
3739
3840 - name : Run tests
3941 run : npm run test-themebuilder
You can’t perform that action at this time.
0 commit comments