Skip to content

Commit

Permalink
Use NodeJS 14 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored Nov 10, 2023
1 parent 8a97096 commit b993b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
String $oauth_secret = $katello_devel::params::oauth_secret,
String $post_sync_token = 'test',
Boolean $webpack_dev_server = true,
String $modulestream_nodejs = '12',
String $modulestream_nodejs = '14',
Boolean $manage_bundler = true,
String $initial_organization = 'Default Organization',
String $initial_location = 'Default Location',
Expand Down

0 comments on commit b993b9f

Please sign in to comment.