Skip to content

Commit 1efe8b4

Browse files
author
Bart Veneman
committed
add --no-fund to CI
1 parent e45365d commit 1efe8b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040
cache: "npm"
41-
- run: npm install --ignore-scripts --no-audit
41+
- run: npm install --ignore-scripts --no-audit --no-fund
4242
- run: npm test
4343

4444
lint-package:
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
node-version: ${{ matrix.node-version }}
5454
cache: "npm"
55-
- run: npm install --ignore-scripts --no-audit
55+
- run: npm install --ignore-scripts --no-audit --no-fund
5656
- name: Build package
5757
run: npm run build
5858
- name: Lint package

0 commit comments

Comments
 (0)