Skip to content

Commit 084a77a

Browse files
committed
ci: use --no-fund flag for npm ci
1 parent 1d41221 commit 084a77a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mongodb-version: ${{ matrix.mongodb-version }}
4444

4545
- name: Install dependencies
46-
run: npm ci
46+
run: npm ci --no-fund
4747

4848
# for now only check the types of the server
4949
# tsconfig isn't quite set up right to respect what vite accepts
@@ -110,7 +110,7 @@ jobs:
110110
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
111111
112112
- name: Install dependencies
113-
run: npm ci
113+
run: npm ci --no-fund
114114

115115
- name: Check Types (Server)
116116
run: npm run check-types:server

0 commit comments

Comments
 (0)