Skip to content

Commit 5e92a57

Browse files
committed
Update default versions for Node, Yarn, and Next in scaffold generator
1 parent d2710e3 commit 5e92a57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/generators/rails/next_rails_scaffold/next_rails_scaffold_generator.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ class NextRailsScaffoldGenerator < Rails::Generators::NamedBase
66

77
source_root File.expand_path("templates", __dir__)
88

9-
NODE_REQUIRED_VERSION = ENV.fetch("NODE_REQUIRED_VERSION", ">= 18.18.0")
10-
YARN_VERSION = ENV.fetch("YARN_VERSION", "4.5.3")
11-
NEXT_VERSION = ENV.fetch("NEXT_VERSION", "15.0.3")
9+
NODE_REQUIRED_VERSION = ENV.fetch("NODE_REQUIRED_VERSION", ">= 18.20.6")
10+
YARN_VERSION = ENV.fetch("YARN_VERSION", "1.22.22")
11+
NEXT_VERSION = ENV.fetch("NEXT_VERSION", "15.1.6")
1212

1313
argument :attributes, type: :array, default: [], banner: "field:type field:type"
1414

0 commit comments

Comments
 (0)