We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NODE_LTS_VERSION
1 parent 68b20b6 commit 0f18fe1Copy full SHA for 0f18fe1
railties/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+* Update the `.node-version` file conditionally generated for new applications to 20.11.1
2
+
3
+ *Steve Polito*
4
5
* Fix sanitizer vendor configuration in 7.1 defaults.
6
7
In apps where rails-html-sanitizer was not eagerly loaded, the sanitizer default could end up
railties/lib/rails/generators/app_base.rb
@@ -16,7 +16,7 @@ class AppBase < Base # :nodoc:
16
include Devcontainer
17
include AppName
18
19
- NODE_LTS_VERSION = "18.15.0"
+ NODE_LTS_VERSION = "20.11.1"
20
BUN_VERSION = "1.0.1"
21
22
JAVASCRIPT_OPTIONS = %w( importmap bun webpack esbuild rollup )
0 commit comments