File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,11 @@ commands:
115
115
- install-node-version :
116
116
node_version : " 24.0.0-v8-canary20250303cbbb63ede3"
117
117
canary : true
118
+ install-node-v24 :
119
+ description : " install node v24"
120
+ steps :
121
+ - install-node-version :
122
+ node_version : " 24.1.0"
118
123
install-v8 :
119
124
description : " install v8 using jsvu"
120
125
steps :
@@ -670,7 +675,7 @@ jobs:
670
675
# hardcodes /root into its launcher scripts so we need to reinstall v8.
671
676
- run : rm -rf $HOME/.jsvu
672
677
- install-v8
673
- - install-node-canary
678
+ - install-node-v24
674
679
- run-tests :
675
680
title : " esm_integration"
676
681
test_targets : " esm_integration"
@@ -692,7 +697,7 @@ jobs:
692
697
# hardcodes /root into its launcher scripts so we need to reinstall v8.
693
698
- run : rm -rf $HOME/.jsvu
694
699
- install-v8
695
- - install-node-canary
700
+ - install-node-v24
696
701
# When running wasm64 tests we need to make sure we use the testing
697
702
# version of node (node canary) when running the compiler output (e.g.
698
703
# in configure tests.
@@ -717,7 +722,7 @@ jobs:
717
722
# hardcodes /root into its launcher scripts so we need to reinstall v8.
718
723
- run : rm -rf $HOME/.jsvu
719
724
- install-v8
720
- - install-node-canary
725
+ - install-node-v24
721
726
# When running wasm64 tests we need to make sure we use the testing
722
727
# version of node (node canary) when running the compiler output (e.g.
723
728
# in configure tests.
You can’t perform that action at this time.
0 commit comments