Skip to content

Commit 15a05cf

Browse files
committed
Target Node 14 in all browserslist envs
1 parent e10e111 commit 15a05cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.browserslistrc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node 14
99
# `npx browserslist --mobile-to-desktop "> 0.5%, last 2 versions, Firefox ESR, not dead, safari >= 15.4, iOS >= 15.4"` when the last major is released.
1010
# Explicit safari versions are here based on the agreed terms in: https://github.com/mui/material-ui/issues/40958#issuecomment-1953215043
1111
#
12-
# After you update the version, you might need to run `npx update-browserslist-db@latest` to update caniuse-lite to gather latest browser versions.
12+
# After you update the version, you might need to run `npx update-browserslist-db@latest` to update caniuse-lite to gather latest browser versions.
1313
# Otherwise, running `pnpm build` might fail due to unknown browser versions.
1414
#
1515
# On update, sync references where "#stable-snapshot" is mentioned in the codebase.
@@ -75,20 +75,20 @@ samsung 22
7575
# snapshot of `npx browserslist "maintained node versions"`
7676
# On update check all #stable-snapshot markers
7777
[node]
78-
node 12.0
78+
node 14.0
7979

8080
# same as `node`
8181
[coverage]
82-
node 12.0
82+
node 14.0
8383

8484
# same as `node`
8585
[development]
86-
node 12.0
86+
node 14.0
8787

8888
# same as `node`
8989
[test]
90-
node 12.0
90+
node 14.0
9191

9292
# same as `node`
9393
[benchmark]
94-
node 12.0
94+
node 14.0

0 commit comments

Comments
 (0)