Skip to content

fix: remove x32 arch case incompatible with @types/node v24 - #484

Open
attila9778 wants to merge 2 commits into
autero1:renovate/node-24.xfrom
attila9778:renovate/node-24.x
Open

fix: remove x32 arch case incompatible with @types/node v24#484
attila9778 wants to merge 2 commits into
autero1:renovate/node-24.xfrom
attila9778:renovate/node-24.x

Conversation

@attila9778

Copy link
Copy Markdown

Summary

  • Removes the x32 case from getArchName() in src/action.ts
  • Node.js 24 dropped x32 support, so @types/node v24 removed "x32" from the Architecture type, causing TS2678 build errors
  • The default case already handles unknown architectures with a descriptive error

Test plan

  • npm run build succeeds
  • All existing tests pass

🤖 Generated with Claude Code

renovate Bot and others added 2 commits March 25, 2026 02:04
Node.js 24 dropped x32 support, so @types/node v24 removed "x32"
from the Architecture type, causing TS2678 build errors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@renovate
renovate Bot force-pushed the renovate/node-24.x branch from 1b6bdb4 to 45f0727 Compare April 3, 2026 12:45
@renovate
renovate Bot force-pushed the renovate/node-24.x branch from 45f0727 to 0ba443c Compare April 16, 2026 08:43
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 2 times, most recently from d5cdc8c to 21c53cc Compare May 12, 2026 01:08
@renovate
renovate Bot force-pushed the renovate/node-24.x branch from 21c53cc to 8810990 Compare May 21, 2026 14:06
@renovate
renovate Bot force-pushed the renovate/node-24.x branch from 8810990 to 7c6bbcc Compare June 4, 2026 11:11
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 2 times, most recently from aa461a1 to b30a31d Compare June 18, 2026 04:53
@renovate
renovate Bot force-pushed the renovate/node-24.x branch from b30a31d to 7921559 Compare June 24, 2026 09:40
@renovate
renovate Bot force-pushed the renovate/node-24.x branch from 7921559 to 19f9723 Compare July 8, 2026 11:05
@renovate
renovate Bot force-pushed the renovate/node-24.x branch 2 times, most recently from b7e195c to 6483484 Compare August 3, 2026 15:49
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.

2 participants