Skip to content

Commit

Permalink
[core] Increase min node.js version to 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 29, 2024
1 parent 7402a39 commit ba9501d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ samsung 22
# snapshot of `npx browserslist "maintained node versions"`
# On update check all #stable-snapshot markers
[node]
node 18.0
node 14.0

# same as `node`
[coverage]
node 18.0
node 14.0

# same as `node`
[development]
node 18.0
node 14.0

# same as `node`
[test]
node 18.0
node 14.0
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
"directory": "build"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
}
}

0 comments on commit ba9501d

Please sign in to comment.