Skip to content

Commit

Permalink
Revert "Constrain supported node versions (rails#2877)"
Browse files Browse the repository at this point in the history
Node 15 is supported by webpacker, but node-sass is causing native build
extension issues for users without Python in webpacker 5.x.
  • Loading branch information
gmcgibbon committed Jan 13, 2021
1 parent 9928940 commit 4e5c1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lib/install/config/webpacker.yml"
],
"engines": {
"node": ">=10.22.1 || ^12 || >=14 || <15",
"node": ">=10.22.1 || ^12 || >=14",
"yarn": ">=1 <3"
},
"dependencies": {
Expand Down

0 comments on commit 4e5c1f3

Please sign in to comment.