From 9100f2f5cc3ac9d66632388ae8616bc83a75e3ce Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:47:18 +0100 Subject: [PATCH] lint.yml: npm config set fund false --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8f407bf6..0f004edb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,6 +18,7 @@ jobs: node-version: 'lts/*' - run: | + npm config set fund false cd src npm ci npm run lint