Skip to content

Commit

Permalink
NODEJS_20_X
Browse files Browse the repository at this point in the history
  • Loading branch information
jogold committed Nov 17, 2023
1 parent 1aea810 commit bcf2955
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
mavenEndpoint: 'https://s01.oss.sonatype.org',
},
lambdaOptions: {
runtime: new awscdk.LambdaRuntime('nodejs20.x', 'node20'),
runtime: awscdk.LambdaRuntime.NODEJS_20_X,
},
});

Expand Down
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bcf2955

Please sign in to comment.