Skip to content

Commit fce83bc

Browse files
garethxclaude
andcommitted
ci: move to checkout/setup-node v5
v4 targets Node 20, which GitHub runners now force onto Node 24 with a deprecation warning on every run. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent dfff6fd commit fce83bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- uses: actions/setup-node@v4
12+
- uses: actions/checkout@v5
13+
- uses: actions/setup-node@v5
1414
with:
1515
node-version: 22
1616
cache: npm

0 commit comments

Comments
 (0)