Skip to content

Commit 7d63167

Browse files
committed
Force node version to be 24
1 parent 0613847 commit 7d63167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
CARGO_PROFILE_DEV_DEBUG: 0
3434
CARGO_PROFILE_RELEASE_DEBUG: 0
3535
CARGO_TERM_COLOR: always
36-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true' # TODO: Remove on 2026/06/02
36+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true # TODO: Remove on 2026/06/02
3737

3838
jobs:
3939
rust_tests:

0 commit comments

Comments
 (0)