Skip to content

Commit 5d13a3b

Browse files
authored
Set Node to v14
To accommodate libsass, and make this deployable to Heroku, we need to stay at v14 of node. We can upgrade the node version once we update ember-styleguide.
1 parent 587b6b1 commit 5d13a3b

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
@@ -136,7 +136,7 @@
136136
"typescript": "^4.9.3"
137137
},
138138
"engines": {
139-
"node": "14.* || 16.* || 18.*",
139+
"node": "14.*",
140140
"npm": "7 || 8 || 9"
141141
},
142142
"cacheDirectories": [

0 commit comments

Comments
 (0)