Skip to content

Commit 5a2bc26

Browse files
committed
Use node v24 for testing wasm64 and esm integration. NFC
1 parent ca2b854 commit 5a2bc26

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.circleci/config.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ commands:
115115
- install-node-version:
116116
node_version: "24.0.0-v8-canary20250303cbbb63ede3"
117117
canary: true
118+
install-node-v24:
119+
description: "install node v24"
120+
steps:
121+
- install-node-version:
122+
node_version: "24.1.0"
118123
install-v8:
119124
description: "install v8 using jsvu"
120125
steps:
@@ -670,7 +675,7 @@ jobs:
670675
# hardcodes /root into its launcher scripts so we need to reinstall v8.
671676
- run: rm -rf $HOME/.jsvu
672677
- install-v8
673-
- install-node-canary
678+
- install-node-v24
674679
- run-tests:
675680
title: "esm_integration"
676681
test_targets: "esm_integration"
@@ -692,7 +697,7 @@ jobs:
692697
# hardcodes /root into its launcher scripts so we need to reinstall v8.
693698
- run: rm -rf $HOME/.jsvu
694699
- install-v8
695-
- install-node-canary
700+
- install-node-v24
696701
# When running wasm64 tests we need to make sure we use the testing
697702
# version of node (node canary) when running the compiler output (e.g.
698703
# in configure tests.
@@ -717,7 +722,7 @@ jobs:
717722
# hardcodes /root into its launcher scripts so we need to reinstall v8.
718723
- run: rm -rf $HOME/.jsvu
719724
- install-v8
720-
- install-node-canary
725+
- install-node-v24
721726
# When running wasm64 tests we need to make sure we use the testing
722727
# version of node (node canary) when running the compiler output (e.g.
723728
# in configure tests.

0 commit comments

Comments
 (0)