Browse Source

lint.yml: npm config set fund false

pull/686/head
Philip H 1 year ago
committed by GitHub
parent
commit
9100f2f5cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/lint.yml

1
.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

Loading…
Cancel
Save