Skip to content

Commit

Permalink
Changed node version check to look for v14 only
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson-knight committed Nov 8, 2022
1 parent 001be3d commit f796f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amber/cli/templates/app/package.json.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
<% if `node -v`.matches?(/v14|v16/) -%>
<% if `node -v`.matches?(/v14/) -%>
"node-sass": "^5.0.0",
"sass-loader": "^11.0.1",
<% else -%>
Expand Down

0 comments on commit f796f4e

Please sign in to comment.