Align Node.js support with the nodejs22.x/nodejs24.x layer (T-17775) - #2
Closed
radike wants to merge 1 commit into
Closed
Align Node.js support with the nodejs22.x/nodejs24.x layer (T-17775)#2radike wants to merge 1 commit into
radike wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Author
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.
AWS Lambda's
nodejs20.xruntime is reaching end of life. This aligns the extension's supported Node.js versions with thenodejs22.x/nodejs24.xruntimes (T-17775).Changes
engines.node:>=16.0.0→>=22.0.0fail-fast: false; the job name carries the versionenv.NODE_VERSION, which was undefinedBuildstep runningpnpm run buildVerification
Lint, all 22 tests, and the build pass on clean
node:22andnode:24containers with pnpm@8 and--frozen-lockfile; both versions produce an identical 136,272-bytedist/extension.zip.Notes
engine-strict=true, so it documents intent without blocking older Node versions at install time.@types/nodedeliberately stays at^18: bumping it to^22resolvesRequestto node-fetch v3's type instead of the v2 type jest-fetch-mock expects, breaking three suites. That node-fetch v2/v3 cleanup belongs in a separate ticket.🤖 Generated with Claude Code