Skip to content

Commit d8e975a

Browse files
amyrlammansona
authored andcommitted
Update package values
Error message in Heroku: "Unable to download node 16.1.0; does it exist?"
1 parent f061b13 commit d8e975a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
},
108108
"engines": {
109109
"node": "10.* || >= 12",
110-
"npm": "5",
111-
"yarn": "^1.22.0"
110+
"npm": "7",
111+
"yarn": "1.22.10"
112112
},
113113
"ember": {
114114
"edition": "octane"
@@ -123,7 +123,7 @@
123123
"abortcontroller-polyfill/dist/cjs-ponyfill"
124124
],
125125
"volta": {
126-
"node": "12.16.1",
127-
"yarn": "1.22.4"
126+
"node": "14.17.0",
127+
"yarn": "1.22.10"
128128
}
129129
}

0 commit comments

Comments
 (0)