Skip to content

Commit

Permalink
[core] Increase the minimum Node.js version support to 14.0.0 (mui#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Oct 10, 2024
1 parent bde120f commit a85a514
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 a85a514

Please sign in to comment.