Skip to content

Commit 2fa4a8f

Browse files
committed
Remove node24 installation. It's the default now
1 parent 0c9ed36 commit 2fa4a8f

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ 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
3736
CI: true
3837

3938
jobs:
@@ -541,12 +540,6 @@ jobs:
541540
key: prek-${{ hashFiles('.pre-commit-config.yaml') }}
542541
path: ~/.cache/prek
543542

544-
# TODO: Remove on 2026/06/02 when node24 is the default
545-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
546-
with:
547-
package-manager-cache: false
548-
node-version: "24"
549-
550543
- name: install prek
551544
id: prek
552545
uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4

.github/workflows/cron-ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515

1616
env:
1717
CARGO_ARGS: --no-default-features --features stdlib,importlib,stdio,encodings,ssl-rustls-aws-lc,jit,host_env
18-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true' # TODO: Remove on 2026/06/02
1918

2019
jobs:
2120
# codecov collects code coverage data from the rust tests, python snippets and python test suite.

0 commit comments

Comments
 (0)