forked from mirrors/amnezia-wg-easy
npm: set global config
This commit is contained in:
parent
950b13a88a
commit
a27ec4e201
3 changed files with 12 additions and 6 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/npm-update-bot.yml
vendored
2
.github/workflows/npm-update-bot.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue