Skip to content

Commit ba85f3c

Browse files
authored
Update the runtime Node to v14.
1 parent f7431fd commit ba85f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cdk-pull-request-check/src/pull-request-check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export class PullRequestCheck extends Construct {
171171

172172
if (updateApprovalState || postComment) {
173173
this.codeBuildResultFunction = new Function(this, 'CodeBuildResultFunction', {
174-
runtime: Runtime.NODEJS_12_X,
174+
runtime: Runtime.NODEJS_14_X,
175175
code: Code.fromAsset(path.join(__dirname, 'lambdas', 'code-build-result')),
176176
handler: 'index.handler',
177177
environment: {

0 commit comments

Comments
 (0)