diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b70b4142936..ac1060859ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ env: CARGO_PROFILE_DEV_DEBUG: 0 CARGO_PROFILE_RELEASE_DEBUG: 0 CARGO_TERM_COLOR: always - FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true' # TODO: Remove on 2026/06/02 + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true # TODO: Remove on 2026/06/02 jobs: rust_tests: @@ -411,6 +411,12 @@ jobs: key: prek-${{ hashFiles('.pre-commit-config.yaml') }} path: ~/.cache/prek + # TODO: Remove on 2026/06/02 when node24 is the default + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + with: + package-manager-cache: false + node-version: "24" + - name: prek id: prek uses: j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6dd0afc7221..fbf5f1b4618 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: priority: 1 # so rustfmt runs first - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.7.0 + rev: v10.0.0 hooks: - id: cspell types: [rust]