Skip to content

[CODEMOD]: Migrate to Node 24#5

Merged
michaelwittwer merged 1 commit into
masterfrom
#4-migrate-to-node-24
May 29, 2026
Merged

[CODEMOD]: Migrate to Node 24#5
michaelwittwer merged 1 commit into
masterfrom
#4-migrate-to-node-24

Conversation

@michaelwittwer
Copy link
Copy Markdown
Member

Summary

  • Branch: #4-migrate-to-node-24 (commit ad89c92)
  • Files changed: .nvmrc, package.json, package-lock.json, action.yml
  • Node runtime moved to 24 (lts/krypton, engines >=24 <25, @types/node to ^24.0.0, action runtime node24)
  • npm i updated lockfile (@types/node resolved to 24.12.4, undici-types to 7.16.0)
  • EBADENGINE warning: @shiftcode/branch-utilities@5.0.2 supports ^20 || ^22, not Node 24; changelog notes include breaking changes in 5.0.0 and Node runtime requirement change in 4.0.0

Codemod notes

  • No additional codemod-specific instructions were found in this workspace.

Verification

  • npm run build
  • npm test ⚠️ Missing script test (no test-like script present)

closes #4

@michaelwittwer michaelwittwer merged commit 341c4d5 into master May 29, 2026
@michaelwittwer michaelwittwer deleted the #4-migrate-to-node-24 branch May 29, 2026 14:59
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.

[CODEMOD]: Migrate to Node 24

1 participant