Skip to content

Commit 3d565e0

Browse files
authored
[CI] Update node-latest to v26. NFC (#27094)
This was released last last month: https://nodejs.org/en/blog/release/v26.0.0
1 parent f3d0e12 commit 3d565e0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ commands:
112112
- install-node-version:
113113
node_version: "22.21.0"
114114
install-node-newest:
115-
description: "install node 25.4.0 (newest)"
115+
description: "install node 26.3.0 (newest)"
116116
steps:
117117
- install-node-version:
118-
node_version: "25.4.0"
118+
node_version: "26.3.0"
119119
install-v8:
120120
description: "install v8 using jsvu"
121121
steps:
@@ -819,10 +819,10 @@ jobs:
819819
- prepare-for-tests
820820
- install-node-newest
821821
# When running wasm64 tests we need to make sure we use the latest
822-
# version of node (node 25) when running the compiler output (e.g.
823-
# in configure tests.
822+
# version of node when running the compiler output (e.g. in configure
823+
# tests).
824824
- run:
825-
name: configure node v25
825+
name: configure node (newest)
826826
command: echo "NODE_JS = NODE_JS_TEST" >> ~/emsdk/.emscripten
827827
- run-tests:
828828
title: "wasm64_4gb"
@@ -836,10 +836,10 @@ jobs:
836836
- prepare-for-tests
837837
- install-node-newest
838838
# When running wasm64 tests we need to make sure we use the latest
839-
# version of node (node v25) when running the compiler output (e.g.
840-
# in configure tests.
839+
# version of node when running the compiler output (e.g. in configure
840+
# tests).
841841
- run:
842-
name: configure node v25
842+
name: configure node (newest)
843843
command: echo "NODE_JS = NODE_JS_TEST" >> ~/emsdk/.emscripten
844844
- run-tests:
845845
title: "wasm64"
@@ -1048,7 +1048,7 @@ jobs:
10481048
- run-tests:
10491049
# Run tests that on older versions of node would require flags, but
10501050
# those flags should not be injected on newer versions.
1051-
title: "node (latest)"
1051+
title: "node (newest)"
10521052
test_targets: "-v
10531053
other.test_deterministic
10541054
other.test_gen_struct_info

0 commit comments

Comments
 (0)