Browse Source

npm: update-browserslist-db

pull/999/head
Philip H 12 months ago
committed by GitHub
parent
commit
c29ba35d41
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/npm-update-bot.yml

1
.github/workflows/npm-update-bot.yml

@ -35,6 +35,7 @@ jobs:
cd src
ncu -u
npm update
npx update-browserslist-db@latest
npm run buildcss
git config --global user.name 'NPM Update Bot'
git config --global user.email '[email protected]'

Loading…
Cancel
Save