File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3838jobs :
3939 rust_tests :
@@ -411,6 +411,12 @@ jobs:
411411 key : prek-${{ hashFiles('.pre-commit-config.yaml') }}
412412 path : ~/.cache/prek
413413
414+ # TODO: Remove on 2026/06/02 when node24 is the default
415+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
416+ with :
417+ package-manager-cache : false
418+ node-version : " 24"
419+
414420 - name : prek
415421 id : prek
416422 uses : j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2
Original file line number Diff line number Diff line change 5050 priority : 1 # so rustfmt runs first
5151
5252 - repo : https://github.com/streetsidesoftware/cspell-cli
53- rev : v9.7 .0
53+ rev : v10.0 .0
5454 hooks :
5555 - id : cspell
5656 types : [rust]
You can’t perform that action at this time.
0 commit comments