Skip to content

Commit 2f97b97

Browse files
vaindclaude
andcommitted
ci: bump danger tests to Node.js 24
Node.js 18 reached end-of-life in April 2025; bump the setup-node version used for the Danger test job to current LTS so we stay on a supported runtime and align with the Node 24 baseline GitHub will enforce on Node-based actions starting 2026-06-02. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c802283 commit 2f97b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/script-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4141
with:
42-
node-version: '18'
42+
node-version: '24'
4343

4444
- run: node --test
4545

0 commit comments

Comments
 (0)