There was an error while loading. Please reload this page.
1 parent 7d63167 commit fb00aa6Copy full SHA for fb00aa6
1 file changed
.github/workflows/ci.yaml
@@ -411,6 +411,11 @@ jobs:
411
key: prek-${{ hashFiles('.pre-commit-config.yaml') }}
412
path: ~/.cache/prek
413
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
+
419
- name: prek
420
id: prek
421
uses: j178/prek-action@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2
0 commit comments