Skip to content

Commit 71e11fb

Browse files
authored
feat(aws-lambda): added support for Node v24 runtime (#2174)
refs https://jsw.ibm.com/browse/INSTA-56198
1 parent 63c68c0 commit 71e11fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-lambda/layer/bin/publish-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if [[ -z $NO_PROMPT ]]; then
160160
fi
161161

162162
# List of supported AWS Lambda Node.js runtimes
163-
SUPPORTED_RUNTIMES="nodejs18.x nodejs20.x nodejs22.x"
163+
SUPPORTED_RUNTIMES="nodejs18.x nodejs20.x nodejs22.x nodejs24.x"
164164

165165
# The Node.js version to use for building the Docker image.
166166
# This should be aligned with one of the supported runtimes above.

0 commit comments

Comments
 (0)