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 2424 cache : ' npm'
2525
2626 - name : Install dependencies
27- run : npm ci --legacy-peer-deps --no-optional
27+ run : npm install --legacy-peer-deps --prefer-offline -- no-audit
2828
2929 - name : Run tests
3030 run : npm test
Original file line number Diff line number Diff line change 2323 cache : ' npm'
2424
2525 - name : Install dependencies
26- run : npm ci --legacy-peer-deps --no-optional
26+ run : npm install --legacy-peer-deps --prefer-offline -- no-audit
2727
2828 - name : Run tests
2929 run : npm test
Original file line number Diff line number Diff line change 2020 cache : ' npm'
2121
2222 - name : Install dependencies
23- run : npm ci --legacy-peer-deps --no-optional
23+ run : npm install --legacy-peer-deps --prefer-offline -- no-audit
2424
2525 - name : Run tests with coverage
2626 run : npm run test:coverage
You can’t perform that action at this time.
0 commit comments