Skip to content

Commit 6714976

Browse files
ivandrencclaude
andcommitted
ci: bump checkout and setup-node to v5 (Node 20 deprecation)
GitHub is deprecating the Node 20 runtime for actions; checkout@v4 and setup-node@v4 were being force-run on Node 24 with a warning. v5 targets Node 24 natively. No workflow behavior change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent eb1f1f0 commit 6714976

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
@@ -16,9 +16,9 @@ jobs:
1616
matrix:
1717
node: [20, 22]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

21-
- uses: actions/setup-node@v4
21+
- uses: actions/setup-node@v5
2222
with:
2323
node-version: ${{ matrix.node }}
2424
cache: npm

0 commit comments

Comments
 (0)