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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -22,7 +22,7 @@ jobs:
- name: Bot 🤖 "Updating NPM Packages..."
run: |
npm config set fund false
npm config set -g fund false
npm update
cd src
npm update