Skip to content

chore: upgrade from node20 to node24#192

Merged
kddejong merged 1 commit intoaws-actions:masterfrom
kddejong:fix/issue/184
Apr 1, 2026
Merged

chore: upgrade from node20 to node24#192
kddejong merged 1 commit intoaws-actions:masterfrom
kddejong:fix/issue/184

Conversation

@kddejong
Copy link
Copy Markdown
Contributor

@kddejong kddejong commented Apr 1, 2026

Summary

Upgrades the action runtime from Node.js 20 to Node.js 24.

GitHub is deprecating Node.js 20 for Actions, with Node.js 24 becoming the forced default on June 2, 2026. Node.js 22 was skipped entirely by GitHub.

Changes

  • action.yml: using: node20using: node24
  • .github/workflows/check.yml: Updated to Node.js 24.x and actions/checkout@v4 / actions/setup-node@v4

Testing

All 200 tests pass on Node.js 24.14.1.

Closes #184

GitHub is deprecating Node.js 20 for Actions and will force Node.js 24
starting June 2, 2026. Node.js 22 was skipped by GitHub entirely.

Updates action.yml and CI workflow to use Node.js 24.

Closes aws-actions#184
@kddejong kddejong merged commit 334ecac into aws-actions:master Apr 1, 2026
2 checks passed
@kddejong kddejong deleted the fix/issue/184 branch April 1, 2026 21:22
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.

Action is still using Node 20, which GitHub has deprecated

1 participant