Skip to content

Commit

Permalink
use NodeJS 18.x on CI nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed May 14, 2024
1 parent f7d589a commit 76de774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/jenkins_node/manifests/unittests.pp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# nodejs/npm for JavaScript tests
if $facts['os']['family'] == 'RedHat' {
class { 'nodejs':
repo_url_suffix => '14.x',
repo_url_suffix => '18.x',
nodejs_package_ensure => latest,
npm_package_name => false,
} -> Package <| provider == 'npm' |>
Expand Down

0 comments on commit 76de774

Please sign in to comment.