Skip to content

Commit 343b543

Browse files
committed
Replace deprecated update-db command
1 parent 9cb1b43 commit 343b543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
npm install --package-lock-only
8888
npm clean-install
8989
npm audit fix
90-
npx browserslist@latest --update-db
90+
npx update-browserslist-db@latest
9191
npm run build
9292
# Remove artifact from build-process that should not be published
9393
rm js/stylesheet.js js/stylesheet.js.map

0 commit comments

Comments
 (0)