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 and ekohl committed Nov 10, 2023
1 parent 8a97096 commit 032df95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion spec/classes/katello_devel_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
end

it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_package('nodejs').with_provider('dnfmodule').with_ensure('12') }
it { is_expected.to contain_package('nodejs').with_provider('dnfmodule').with_ensure('14') }
it { is_expected.to contain_package('npm') }

it { is_expected.to contain_class('katello_devel::install') }
Expand Down

0 comments on commit 032df95

Please sign in to comment.