Skip to content

Commit 9750b9d

Browse files
committed
volta: Pin Node.js and yarn versions
This will make it easier to use the same versions as we also use on Heroku. see https://volta.sh
1 parent aaa0c2a commit 9750b9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,9 @@
143143
},
144144
"ember": {
145145
"edition": "octane"
146+
},
147+
"volta": {
148+
"node": "16.13.2",
149+
"yarn": "1.22.17"
146150
}
147151
}

0 commit comments

Comments
 (0)