npm: set global config

This commit is contained in:
Philip H.
2023-11-26 10:56:40 +00:00
committed by GitHub
parent 950b13a88a
commit a27ec4e201
3 changed files with 12 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: npm run lint
run: |
npm config set fund false
npm config set -g fund false
cd src
npm ci --legacy-peer-deps
npm run lint