Skip to content

Commit

Permalink
Merge pull request #5151 from Abrifq/patch-4
Browse files Browse the repository at this point in the history
Update update-browserlist.yml to fix deprecation and action fails
  • Loading branch information
sidharthv96 committed Jan 19, 2024
2 parents d0224b2 + 8820c7b commit 5b2a10e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-browserlist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx browserslist@latest --update-db
- uses: pnpm/action-setup@v2
- run: npx update-browserslist-db@latest
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 5b2a10e

Please sign in to comment.