Skip to content

[CODEMOD]: Migrate to Node 24#5

Open
michaelwittwer wants to merge 1 commit into
masterfrom
#4-migrate-to-node-24
Open

[CODEMOD]: Migrate to Node 24#5
michaelwittwer wants to merge 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

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