Skip to content

Commit fb00aa6

Browse files
committed
Ensure node24
1 parent 7d63167 commit fb00aa6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,11 @@ 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+
node-version: "24"
418+
414419
- name: prek
415420
id: prek
416421
uses: j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2

0 commit comments

Comments
 (0)