Skip to content

Commit 07a62a9

Browse files
authored
Remove engines limitation for node 13+
Yarn enforces strict engine testing yarnpkg/rfcs#69 (comment) so this manifests as an error rather than a warning.
1 parent f3a107d commit 07a62a9

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": ">=8.9 <13",
11+
"node": ">=8.9",
1212
"yarn": ">=1 <2"
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)