Skip to content

Commit

Permalink
package.json: bump engines.node version to >=14 (#41599)
Browse files Browse the repository at this point in the history
Bump the mininum required Node version for the project in package.json's engines property. The version requirement had been left at >=10.0.0, despite the de facto requirement of 14+, as seen in .nvmrc.
  • Loading branch information
mcsf committed Jun 8, 2022
1 parent e21cd3a commit ccabcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=14.0.0",
"npm": ">=6.9.0 <7"
},
"config": {
Expand Down

0 comments on commit ccabcd1

Please sign in to comment.