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

@@ -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