Skip to content

Commit

Permalink
Bump Node.js version on Linux to 20.18.0 (#1433)
Browse files Browse the repository at this point in the history
* chore: Update Node.js version in the test harness

Made with ❤️️ by updatecli

* chore: Update Node.js version in provisioning environment for Linux

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
Co-authored-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
3 people authored Oct 14, 2024
1 parent ce0cd06 commit 5c66db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provisioning/tools-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ kubectl_version: 1.29.9
launchable_version: 1.66.0
maven_version: 3.9.9
netlifydeploy_version: 0.1.8
nodejs_linux_version: 20.17.0
nodejs_linux_version: 20.18.0
nodejs_windows_version: 20.18.0
openssh_authorized_keys_url: https://raw.githubusercontent.com/jenkins-infra/aws/main/ec2_agents_authorized_keys
packer_version: 1.11.0
Expand Down
2 changes: 1 addition & 1 deletion tests/goss-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ command:
exec: node --version
exit-status: 0
stdout:
- 20.17.0
- 20.18.0
- '!Please install a version by running one of the following'
parallel:
exec: parallel --version
Expand Down

0 comments on commit 5c66db5

Please sign in to comment.