mirror of https://github.com/wg-easy/wg-easy
4 changed files with 23 additions and 22 deletions
@ -17,22 +17,27 @@ jobs: |
|||
with: |
|||
repository: wg-easy/wg-easy |
|||
ref: master |
|||
|
|||
- uses: pnpm/action-setup@v4 |
|||
name: Install pnpm |
|||
with: |
|||
run_install: false |
|||
|
|||
- name: Setup Node |
|||
uses: actions/setup-node@v4 |
|||
with: |
|||
node-version: '20' |
|||
node-version: "20" |
|||
check-latest: true |
|||
cache: 'npm' |
|||
cache: "pnpm" |
|||
|
|||
- name: Bot 🤖 "Updating NPM Packages..." |
|||
run: | |
|||
npm install -g --silent npm-check-updates |
|||
ncu -u |
|||
npm update |
|||
ncu -p pnpm -u |
|||
pnpm update |
|||
cd src |
|||
ncu -u |
|||
npm update |
|||
npm run buildcss |
|||
ncu -p pnpm -u |
|||
pnpm update |
|||
git config --global user.name 'NPM Update Bot' |
|||
git config --global user.email '[email protected]' |
|||
git add . |
|||
|
@ -1,11 +0,0 @@ |
|||
{ |
|||
"name": "wg-easy", |
|||
"version": "1.0.1", |
|||
"lockfileVersion": 3, |
|||
"requires": true, |
|||
"packages": { |
|||
"": { |
|||
"version": "1.0.1" |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,9 @@ |
|||
lockfileVersion: '9.0' |
|||
|
|||
settings: |
|||
autoInstallPeers: true |
|||
excludeLinksFromLockfile: false |
|||
|
|||
importers: |
|||
|
|||
.: {} |
Loading…
Reference in new issue