Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
.github/workflows/npm-update-bot.yml
|
@ -35,6 +35,7 @@ jobs: |
|
|
cd src |
|
|
cd src |
|
|
ncu -u |
|
|
ncu -u |
|
|
npm update |
|
|
npm update |
|
|
|
|
|
npx update-browserslist-db@latest |
|
|
npm run buildcss |
|
|
npm run buildcss |
|
|
git config --global user.name 'NPM Update Bot' |
|
|
git config --global user.name 'NPM Update Bot' |
|
|
git config --global user.email 'npmupbot@users.noreply.github.com' |
|
|
git config --global user.email 'npmupbot@users.noreply.github.com' |
|
|