Skip to content

Commit 01cf913

Browse files
authored
Constrain supported node versions (#2877)
Fixes #2874 Until Webpacker uses node-sass 5.0+, node version 15 isn't supported.
1 parent 1aca8aa commit 01cf913

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": ">=10.22.1 || ^12 || >=14",
11+
"node": ">=10.22.1 || ^12 || >=14 || <15",
1212
"yarn": ">=1 <3"
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)