fix: remove x32 arch case incompatible with @types/node v24 - #484
Open
attila9778 wants to merge 2 commits into
Open
fix: remove x32 arch case incompatible with @types/node v24#484attila9778 wants to merge 2 commits into
attila9778 wants to merge 2 commits into
Conversation
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
Bot
force-pushed
the
renovate/node-24.x
branch
from
April 3, 2026 12:45
1b6bdb4 to
45f0727
Compare
renovate
Bot
force-pushed
the
renovate/node-24.x
branch
from
April 16, 2026 08:43
45f0727 to
0ba443c
Compare
renovate
Bot
force-pushed
the
renovate/node-24.x
branch
2 times, most recently
from
May 12, 2026 01:08
d5cdc8c to
21c53cc
Compare
renovate
Bot
force-pushed
the
renovate/node-24.x
branch
from
May 21, 2026 14:06
21c53cc to
8810990
Compare
renovate
Bot
force-pushed
the
renovate/node-24.x
branch
from
June 4, 2026 11:11
8810990 to
7c6bbcc
Compare
renovate
Bot
force-pushed
the
renovate/node-24.x
branch
2 times, most recently
from
June 18, 2026 04:53
aa461a1 to
b30a31d
Compare
renovate
Bot
force-pushed
the
renovate/node-24.x
branch
from
June 24, 2026 09:40
b30a31d to
7921559
Compare
renovate
Bot
force-pushed
the
renovate/node-24.x
branch
from
July 8, 2026 11:05
7921559 to
19f9723
Compare
renovate
Bot
force-pushed
the
renovate/node-24.x
branch
2 times, most recently
from
August 3, 2026 15:49
b7e195c to
6483484
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
x32case fromgetArchName()insrc/action.ts@types/nodev24 removed"x32"from theArchitecturetype, causingTS2678build errorsdefaultcase already handles unknown architectures with a descriptive errorTest plan
npm run buildsucceeds🤖 Generated with Claude Code