Skip to content

Commit

Permalink
fix(lambda): update NODEJS_LATEST to use nodejs20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MunchyYDL committed Nov 24, 2023
1 parent 49839b2 commit ec7e44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-lambda/lib/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class Runtime {
/**
* The latest NodeJS version currently available
*/
public static readonly NODEJS_LATEST = new Runtime('nodejs18.x', RuntimeFamily.NODEJS, { supportsInlineCode: true, isVariable: true });
public static readonly NODEJS_LATEST = new Runtime('nodejs20.x', RuntimeFamily.NODEJS, { supportsInlineCode: true, isVariable: true });

/**
* The Python 2.7 runtime (python2.7)
Expand Down

0 comments on commit ec7e44d

Please sign in to comment.