From 8b23b5a576b8b16ad45f04947020d55831395564 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 08:47:20 +0000 Subject: [PATCH] Bump Node.js version on Linux to 20.16.0 (#1308) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update Node.js version in provisioning environment for Linux Made with ❤️️ by updatecli * chore: Update Node.js version in the test harness Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> Co-authored-by: Damien Duportal --- provisioning/tools-versions.yml | 2 +- tests/goss-linux.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index e55e35e8b..7ef9157ab 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -34,7 +34,7 @@ kubectl_version: 1.28.12 launchable_version: 1.66.0 maven_version: 3.9.8 netlifydeploy_version: 0.1.8 -nodejs_linux_version: 20.15.1 +nodejs_linux_version: 20.16.0 nodejs_windows_version: 20.16.0 openssh_authorized_keys_url: https://raw.githubusercontent.com/jenkins-infra/aws/main/ec2_agents_authorized_keys packer_version: 1.11.0 diff --git a/tests/goss-linux.yaml b/tests/goss-linux.yaml index 58b64479a..13a623bc4 100644 --- a/tests/goss-linux.yaml +++ b/tests/goss-linux.yaml @@ -83,7 +83,7 @@ command: exec: node --version exit-status: 0 stdout: - - 20.15.1 + - 20.16.0 - '!Please install a version by running one of the following' parallel: exec: parallel --version