File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 cache-dependency-path : package-lock.json
3535
3636 - name : Install dependencies
37- run : npm ci
37+ run : npm ci --prefer-offline --no-audit --no-fund
3838
3939 - name : Verify generated worker types are up to date
4040 run : npm run types:check
5757 cache-dependency-path : package-lock.json
5858
5959 - name : Install dependencies
60- run : npm ci
60+ run : npm ci --prefer-offline --no-audit --no-fund
6161
6262 - name : Type check
6363 run : npm run typecheck
8080 cache-dependency-path : package-lock.json
8181
8282 - name : Install dependencies
83- run : npm ci
83+ run : npm ci --prefer-offline --no-audit --no-fund
8484
8585 - name : Prettier format check
8686 run : npm run format:check
@@ -103,7 +103,7 @@ jobs:
103103 cache-dependency-path : package-lock.json
104104
105105 - name : Install dependencies
106- run : npm ci
106+ run : npm ci --prefer-offline --no-audit --no-fund
107107
108108 - name : Run unit tests
109109 run : npm run test:run
You can’t perform that action at this time.
0 commit comments