Skip to content

Commit

Permalink
Bump Node.js version on Windows to 20.13.1 (#1160)
Browse files Browse the repository at this point in the history
* chore: Update Node.js version in provisioning environment for Windows

Made with ❤️️ by updatecli

* chore: Update Node.js version in the test harness

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <[email protected]>
  • Loading branch information
1 parent 9f9d8b6 commit 7da3415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion goss/goss-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ command:
exec: node --version
exit-status: 0
stdout:
- 20.11.1
- 20.13.1
- '!Please install a version by running one of the following'
pwsh:
exec: pwsh -command "(Get-Host).Version"
Expand Down
2 changes: 1 addition & 1 deletion provisioning/tools-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ launchable_version: 1.66.0
maven_version: 3.9.6
netlifydeploy_version: 0.1.8
nodejs_linux_version: 20.12.2
nodejs_windows_version: 20.11.1
nodejs_windows_version: 20.13.1
openssh_authorized_keys_url: https://raw.githubusercontent.com/jenkins-infra/aws/main/ec2_agents_authorized_keys
packer_version: 1.10.2
python3_version: 3.12.3
Expand Down

0 comments on commit 7da3415

Please sign in to comment.