Skip to content

Commit aed53f7

Browse files
committed
upgrade to node24
1 parent 9f18810 commit aed53f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nodejs 22.12.0
1+
nodejs 24.11.1
22
python 3.12.7
33
poetry 1.8.3
44
shellcheck 0.10.0

packages/cdk/resources/LambdaFunction/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface DefaultLambdaOptionsParams {
2626
function getDefaultLambdaOptions(options: DefaultLambdaOptionsParams): NodejsFunctionProps {
2727
const defaultOptions: NodejsFunctionProps = {
2828
functionName: options.functionName,
29-
runtime: Runtime.NODEJS_22_X,
29+
runtime: Runtime.NODEJS_24_X,
3030
entry: join(baseDir, options.packageBasePath, options.entryPoint),
3131
projectRoot: baseDir,
3232
memorySize: 256,

0 commit comments

Comments
 (0)