Skip to content

Commit 5306e20

Browse files
crisbetoamysorto
authored andcommitted
build: bump required node version (#23439)
Our current requirement asks for at least Node 12, however the `dev-infra-private` package includes some syntax that is only available in Node 14. These changes bump the minimum required version to 14. Fixes #23434. (cherry picked from commit f40805a)
1 parent ca2693b commit 5306e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">=12.0.0 <16.0.0",
12+
"node": ">=14.0.0 <16.0.0",
1313
"yarn": ">= 1.0.0",
1414
"npm": "Please use Yarn instead of NPM to install dependencies. See: https://yarnpkg.com/lang/en/docs/install/"
1515
},

0 commit comments

Comments
 (0)