Skip to content

Commit a2626b5

Browse files
committed
chore: remove node16 testing
1 parent 92b324d commit a2626b5

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

MODULE.bazel

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,6 @@ node_dev = use_extension(
9696
"node",
9797
dev_dependency = True,
9898
)
99-
use_repo(node_dev, "node16_linux_amd64")
100-
use_repo(node_dev, "node16_darwin_arm64")
101-
use_repo(node_dev, "node16_darwin_amd64")
102-
use_repo(node_dev, "node16_linux_arm64")
103-
use_repo(node_dev, "node16_linux_s390x")
104-
use_repo(node_dev, "node16_linux_ppc64le")
105-
use_repo(node_dev, "node16_windows_amd64")
10699
use_repo(node_dev, "node18_linux_amd64")
107100
use_repo(node_dev, "node18_darwin_arm64")
108101
use_repo(node_dev, "node18_darwin_amd64")
@@ -132,10 +125,6 @@ use_repo(node_dev, "node24_linux_s390x")
132125
use_repo(node_dev, "node24_linux_ppc64le")
133126
use_repo(node_dev, "node24_windows_amd64")
134127
node_dev.toolchain(node_version = "18.20.4")
135-
node_dev.toolchain(
136-
name = "node16",
137-
node_version = "16.20.0",
138-
)
139128
node_dev.toolchain(
140129
name = "node18",
141130
node_version = "18.20.4",

js/private/test/node-patches/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ CJS_TESTS = [
2121

2222
# Multiple node toolchains for testing across versions
2323
TOOLCHAINS_NAMES = [
24-
"node16",
2524
"node18",
2625
"node20",
2726
"node22",

0 commit comments

Comments
 (0)