Skip to content

fix(ci): resolve Node 20 deprecation warning#98

Merged
dottie-weaver merged 1 commit into
mainfrom
fix/ci-node-20-deprecation
Jun 4, 2026
Merged

fix(ci): resolve Node 20 deprecation warning#98
dottie-weaver merged 1 commit into
mainfrom
fix/ci-node-20-deprecation

Conversation

@dottie-weaver
Copy link
Copy Markdown
Collaborator

Closes #97

GitHub Actions will force Node 20 actions to Node 24 by default starting June 16, 2026, and remove Node 20 from the runner on September 16, 2026.

Updates both actions/checkout and actions/setup-node from v4 to v5, which use the Node 24 runtime and eliminate the deprecation annotation.

No change to release semantics — Trusted Publishing, build, and test steps remain identical.

…ecation warning

GitHub Actions will force Node 20 actions to Node 24 by default starting
June 16, 2026 and remove Node 20 from the runner on September 16, 2026.
Updating actions/checkout and actions/setup-node to v5 eliminates the
deprecation annotation without changing release semantics.

Closes #97
@dottie-weaver dottie-weaver merged commit 68c3d4e into main Jun 4, 2026
1 check passed
@dottie-weaver dottie-weaver deleted the fix/ci-node-20-deprecation branch June 4, 2026 16:14
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.

fix(ci): address GitHub Actions Node 20 deprecation warning

1 participant