Skip to content

Commit 0bc2524

Browse files
authored
Merge pull request #1736 from omBratteng/update-node-18-20-22
Bump `nodejs18`, `nodejs20` and `nodejs22`
2 parents dca9008 + 50db152 commit 0bc2524

File tree

5 files changed

+124
-124
lines changed

5 files changed

+124
-124
lines changed

MODULE.bazel.lock

+61-61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/testdata/nodejs18.yaml

+1-1
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: ["v18.20.5"]
6+
expectedOutput: ["v18.20.6"]

nodejs/testdata/nodejs20.yaml

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

nodejs/testdata/nodejs22.yaml

+1-1
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.13.0"]
6+
expectedOutput: ["v22.13.1"]

0 commit comments

Comments
 (0)