Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Besson committed Nov 21, 2024
1 parent c035921 commit d9e1efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A GitHub Action that runs `update-browserslist-db@latest` on a repository and pr

## v2 vs v1

`v1` uses command `npx browserslist@latest --update-db` which is now deprecated and to be removed in a future major `browserslist` release. It should be dropped in favor of `v2` which uses new command `npx update-browserslist-db@latest`.
`v1` uses command `browserslist@latest --update-db` which is now deprecated and to be removed in a future major `browserslist` release. It should be dropped in favor of `v2` which uses new command `update-browserslist-db@latest`.

:warning: v2 requires at least Node 15 (`npm` 6). Stick to `v1` otherwise.

Expand Down

0 comments on commit d9e1efc

Please sign in to comment.