Skip to content

Commit c95876a

Browse files
committed
Use nodejs 22 by default
1 parent e59f518 commit c95876a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
String $oauth_key = $katello_devel::params::oauth_key,
8787
String $oauth_secret = $katello_devel::params::oauth_secret,
8888
String $post_sync_token = 'test',
89-
String $modulestream_nodejs = '18',
89+
String $modulestream_nodejs = '22',
9090
Boolean $manage_bundler = true,
9191
String $initial_organization = 'Default Organization',
9292
String $initial_location = 'Default Location',

0 commit comments

Comments
 (0)