Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ commands:
- install-node-version:
node_version: "22.21.0"
install-node-newest:
description: "install node 25.4.0 (newest)"
description: "install node 26.3.0 (newest)"
steps:
- install-node-version:
node_version: "25.4.0"
node_version: "26.3.0"
install-v8:
description: "install v8 using jsvu"
steps:
Expand Down Expand Up @@ -819,10 +819,10 @@ jobs:
- prepare-for-tests
- install-node-newest
# When running wasm64 tests we need to make sure we use the latest
# version of node (node 25) when running the compiler output (e.g.
# in configure tests.
# version of node when running the compiler output (e.g. in configure
# tests).
- run:
name: configure node v25
name: configure node (newest)
command: echo "NODE_JS = NODE_JS_TEST" >> ~/emsdk/.emscripten
- run-tests:
title: "wasm64_4gb"
Expand All @@ -836,10 +836,10 @@ jobs:
- prepare-for-tests
- install-node-newest
# When running wasm64 tests we need to make sure we use the latest
# version of node (node v25) when running the compiler output (e.g.
# in configure tests.
# version of node when running the compiler output (e.g. in configure
# tests).
- run:
name: configure node v25
name: configure node (newest)
command: echo "NODE_JS = NODE_JS_TEST" >> ~/emsdk/.emscripten
- run-tests:
title: "wasm64"
Expand Down Expand Up @@ -1048,7 +1048,7 @@ jobs:
- run-tests:
# Run tests that on older versions of node would require flags, but
# those flags should not be injected on newer versions.
title: "node (latest)"
title: "node (newest)"
test_targets: "-v
other.test_deterministic
other.test_gen_struct_info
Expand Down
Loading