File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Main (unreleased)
4
4
5
+ ## v262 (2023/11/08)
6
+
5
7
- Warn when relying on default Node.js or Yarn versions (https://github.com/heroku/heroku-buildpack-ruby/pull/1401 )
6
8
- Warn when default Node.js or Yarn versions change (https://github.com/heroku/heroku-buildpack-ruby/pull/1401 )
7
9
Original file line number Diff line number Diff line change @@ -1062,8 +1062,9 @@ def add_yarn_binary
1062
1062
Installing a default version (#{ version } ) of Yarn
1063
1063
This version is not pinned and can change over time, causing unexpected failures.
1064
1064
1065
- Heroku recommends placing the `heroku/nodejs` buildpack in front of
1066
- `heroku/ruby` to install a specific version of node:
1065
+ Heroku recommends placing the `heroku/nodejs` buildpack in front of the `heroku/ruby`
1066
+ buildpack as it offers more comprehensive Node.js support, including the ability to
1067
+ customise the Node.js version:
1067
1068
1068
1069
https://devcenter.heroku.com/articles/ruby-support#node-js-support
1069
1070
WARNING
Original file line number Diff line number Diff line change 2
2
3
3
module LanguagePack
4
4
class LanguagePack ::Base
5
- BUILDPACK_VERSION = "v261 "
5
+ BUILDPACK_VERSION = "v262 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments