Skip to content

Take the actions off a Node the runners have already deprecated - #22

Merged
JRBlaze merged 1 commit into
mainfrom
actions-off-a-deprecated-node
Aug 29, 2026
Merged

Take the actions off a Node the runners have already deprecated#22
JRBlaze merged 1 commit into
mainfrom
actions-off-a-deprecated-node

Conversation

@JRBlaze

@JRBlaze JRBlaze commented Aug 29, 2026

Copy link
Copy Markdown
Owner

The first run of the new workflow warned on all three jobs:

Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4

That forcing is described as temporary, so this is a warning today and a broken workflow on whatever day they stop doing it. v5 of both targets Node 24 directly.

The matrix is untouched. Those versions are what the suite runs under, which is a different question from what the actions themselves run on.

🤖 Generated with Claude Code

The first run of the new workflow warned on all three jobs: actions/checkout@v4
and actions/setup-node@v4 target Node 20, which GitHub's runners deprecated and
are currently forcing onto Node 24 for them. That force is temporary by
description, so this is a warning today and a broken workflow on whatever day
they stop.

v5 of both targets Node 24 directly. The matrix is untouched — those versions
are what the suite runs under, which is a different question from what the
actions themselves run on.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@JRBlaze
JRBlaze merged commit e0cf6c1 into main Aug 29, 2026
3 checks passed
@JRBlaze
JRBlaze deleted the actions-off-a-deprecated-node branch August 29, 2026 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant