Merge pull request #688 from wg-easy/cleanup

remove npm config set and notes
This commit is contained in:
Philip H
2023-12-21 20:22:20 +01:00
committed by GitHub
3 changed files with 0 additions and 10 deletions

View File

@@ -26,7 +26,6 @@ jobs:
- name: npm run lint
run: |
npm config set -g fund false
cd src
npm ci
npm run lint

View File

@@ -25,7 +25,6 @@ jobs:
- name: Bot 🤖 "Updating NPM Packages..."
run: |
npm config set -g fund false
npm install -g --silent npm-check-updates
ncu -u
npm update