Skip to content

Commit 43e8fcd

Browse files
committed
wip: revert to 24.10
1 parent 85dc052 commit 43e8fcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/smoke/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ node.toolchain(
3030
# Node24 changed some directory structures: https://github.com/bazel-contrib/rules_nodejs/issues/3887
3131
node.toolchain(
3232
name = "node24",
33-
node_version = "24.12.0",
33+
node_version = "24.10.0",
3434
)
3535

3636
# FIXME(6.0): a repo rule with name=foo should create a repo named @foo, not @foo_toolchains

e2e/smoke/WORKSPACE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ nodejs_register_toolchains(
3232

3333
nodejs_register_toolchains(
3434
name = "node24",
35-
node_version = "24.12.0",
35+
node_version = "24.10.0",
3636
)
3737

3838
http_archive(

0 commit comments

Comments
 (0)