Skip to content

Commit

Permalink
Merge pull request #1736 from omBratteng/update-node-18-20-22
Browse files Browse the repository at this point in the history
Bump `nodejs18`, `nodejs20` and `nodejs22`
  • Loading branch information
loosebazooka authored Jan 21, 2025
2 parents dca9008 + 50db152 commit 0bc2524
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 124 deletions.
122 changes: 61 additions & 61 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nodejs/testdata/nodejs18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ commandTests:
- name: nodejs
command: "/nodejs/bin/node"
args: ["--version"]
expectedOutput: ["v18.20.5"]
expectedOutput: ["v18.20.6"]
2 changes: 1 addition & 1 deletion nodejs/testdata/nodejs20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ commandTests:
- name: nodejs
command: "/nodejs/bin/node"
args: ["--version"]
expectedOutput: ["v20.18.1"]
expectedOutput: ["v20.18.2"]
2 changes: 1 addition & 1 deletion nodejs/testdata/nodejs22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ commandTests:
- name: nodejs
command: "/nodejs/bin/node"
args: ["--version"]
expectedOutput: ["v22.13.0"]
expectedOutput: ["v22.13.1"]
Loading

0 comments on commit 0bc2524

Please sign in to comment.