Skip to content

Commit a20c346

Browse files
authored
Merge pull request #1969 from GoogleContainerTools/update-node-archives
Bumping node archives to latest stable versions
2 parents eddf9c7 + 801ac5c commit a20c346

File tree

5 files changed

+116
-116
lines changed

5 files changed

+116
-116
lines changed

MODULE.bazel.lock

Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/testdata/nodejs20.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ commandTests:
33
- name: nodejs
44
command: "/nodejs/bin/node"
55
args: ["--version"]
6-
expectedOutput: ["v20.19.6"]
6+
expectedOutput: ["v20.20.0"]

nodejs/testdata/nodejs22.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ commandTests:
33
- name: nodejs
44
command: "/nodejs/bin/node"
55
args: ["--version"]
6-
expectedOutput: ["v22.21.1"]
6+
expectedOutput: ["v22.22.0"]

nodejs/testdata/nodejs24.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ commandTests:
33
- name: nodejs
44
command: "/nodejs/bin/node"
55
args: ["--version"]
6-
expectedOutput: ["v24.12.0"]
6+
expectedOutput: ["v24.13.0"]

0 commit comments

Comments
 (0)