Skip to content

Commit aea277a

Browse files
committed
chore: update npm ci command to use prefer-offline, no-audit, and no-fund options
1 parent 98df52e commit aea277a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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
@@ -57,7 +57,7 @@ jobs:
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
@@ -80,7 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)