Skip to content

Commit 12e0f41

Browse files
authored
Use .tool-versions file to pin Node.js and pnpm versions (#12538)
1 parent 1350d75 commit 12e0f41

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.buildpacks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
https://github.com/heroku/heroku-buildpack-apt
2-
https://github.com/Turbo87/heroku-buildpack-crates-io#548cef4ec86eda61bfbf62d0546269dc4632175f
2+
https://github.com/Turbo87/heroku-buildpack-crates-io#76b621d6189070f88dbf0f90879c4843fcbf3e08

.tool-versions

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# `.tool-versions` file for asdf version manager
2+
#
3+
# This file specifies the versions of various tools to be used in this project.
4+
# These versions are also used by our Heroku buildpack setup.
5+
pnpm 10.26.0
6+
nodejs 24.12.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@
207207
"last 1 years"
208208
],
209209
"engines": {
210-
"node": "24.12.0",
211-
"pnpm": "10.26.0"
210+
"node": "^24",
211+
"pnpm": "^10"
212212
},
213213
"ember": {
214214
"edition": "octane"

0 commit comments

Comments
 (0)