lint.yml: npm config set fund false

This commit is contained in:
Philip H 2023-11-13 10:47:18 +01:00 committed by GitHub
parent 062e25854c
commit 9100f2f5cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
node-version: 'lts/*' node-version: 'lts/*'
- run: | - run: |
npm config set fund false
cd src cd src
npm ci npm ci
npm run lint npm run lint