Skip to content

Commit 5d48651

Browse files
chriscoombsclareliguori
authored andcommitted
Upgrade deprecated runtime nodejs8.10
1 parent 94ca666 commit 5d48651

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cloudformation/continuous-integration-branch-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Resources:
155155
Type: 'AWS::Serverless::Function'
156156
Properties:
157157
Handler: slack_notifications.handler
158-
Runtime: nodejs8.10
158+
Runtime: nodejs10.x
159159
CodeUri: ../ci_tools
160160
Description: >-
161161
Sends message to Slack channel when branch-check builds fail

cloudformation/continuous-integration-nightly-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Resources:
151151
Type: 'AWS::Serverless::Function'
152152
Properties:
153153
Handler: email_notifications.handler
154-
Runtime: nodejs8.10
154+
Runtime: nodejs10.x
155155
CodeUri: ../ci_tools
156156
Description: >-
157157
Sends emails when builds fail

cloudformation/continuous-integration-pull-request-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Resources:
202202
Type: 'AWS::Serverless::Function'
203203
Properties:
204204
Handler: codecommit_pr_notifications.handler
205-
Runtime: nodejs8.10
205+
Runtime: nodejs10.x
206206
CodeUri: ../ci_tools
207207
Description: >-
208208
Comment on the CodeCommit pull request when a build is triggered and when it completes

0 commit comments

Comments
 (0)