Skip to content

Commit f8eae42

Browse files
authored
Support node LTS and future "Current" releases (#3195)
Drops support for Node.js 13 and 15. https://nodejs.org/en/about/releases/
1 parent c511554 commit f8eae42

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
@@ -8,7 +8,7 @@
88
"lib/install/config/webpacker.yml"
99
],
1010
"engines": {
11-
"node": ">= 12.13.0 || >=14",
11+
"node": "^12.13.0 || ^14 || >=16",
1212
"yarn": ">=1 <4"
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)