From e43688a0910a682723d75e4bf00226fff3b95f5d Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:50:29 +0200 Subject: [PATCH] npm: revert update-browserslist-db is not needed --- .github/workflows/npm-update-bot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index e0e53ee..ab5e0fb 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.github/workflows/npm-update-bot.yml @@ -35,7 +35,6 @@ 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 'npmupbot@users.noreply.github.com'