Skip to content

Commit

Permalink
Bump NodeJS version to 18.18.2 (#865)
Browse files Browse the repository at this point in the history
* chore: Update the NodeJS version in provisioning environment

Made with ❤️️ by updatecli

* fixup: bump NodeJS in GOSS test harness + fix updatecli manifest to do it for us

Signed-off-by: Damien Duportal <[email protected]>

---------

Signed-off-by: Damien Duportal <[email protected]>
Co-authored-by: Jenkins Infra Bot (updatecli) <[email protected]>
Co-authored-by: Damien Duportal <[email protected]>
  • Loading branch information
3 people authored Oct 20, 2023
1 parent 9d88b96 commit 00410f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ command:
exec: node --version
exit-status: 0
stdout:
- 18.17.0
- 18.18.2
file:
/home/jenkins:
exists: true
Expand Down
2 changes: 1 addition & 1 deletion provisioning/tools-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kubectl_version: 1.23.13
launchable_version: 1.66.0
maven_version: 3.9.5
netlifydeploy_version: 0.1.8
nodejs_version: 18.17.0
nodejs_version: 18.18.2
openssh_authorized_keys_url: https://raw.githubusercontent.com/jenkins-infra/aws/main/ec2_agents_authorized_keys
packer_version: 1.9.4
python3_version: 3.12.0
Expand Down
10 changes: 9 additions & 1 deletion updatecli/updatecli.d/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@ targets:
kind: yaml
spec:
file: provisioning/tools-versions.yml
key: nodejs_version
key: $.nodejs_version
scmid: default
updateTestHarness:
name: Update the NodeJS version in the test harness
sourceid: lastReleaseVersion
kind: yaml
spec:
file: goss/goss.yaml
key: $.command.nodejs.stdout[0]
scmid: default

actions:
Expand Down

0 comments on commit 00410f0

Please sign in to comment.