Skip to content

Commit dc003ed

Browse files
authored
build: remove node 14 support (#27277)
1 parent c262e81 commit dc003ed

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": ">=14.0.0 <20.0.0",
12+
"node": ">=16.0.0 <20.0.0",
1313
"yarn": "^1.22.17",
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)