Skip to content

Commit 7ee5e5d

Browse files
authored
Merge pull request #1799 from omBratteng/update-node-20-22-24
Nodejs May 2025 security releases
2 parents 02879de + d8df516 commit 7ee5e5d

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.1"]
6+
expectedOutput: ["v20.19.2"]

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.15.0"]
6+
expectedOutput: ["v22.15.1"]

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.0.1"]
6+
expectedOutput: ["v24.0.2"]

0 commit comments

Comments
 (0)