Skip to content

Commit 5e026cf

Browse files
committed
feat: another round of updating runtimes to nodejs18.x
1 parent 72c3643 commit 5e026cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration-package/cloudformation.tests.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('Integration test - Packaging - CloudFormation', () => {
4444
Role: {
4545
'Fn::GetAtt': ['IamRoleLambdaExecution', 'Arn'],
4646
},
47-
Runtime: 'nodejs16.x',
47+
Runtime: 'nodejs18.x',
4848
Timeout: 6,
4949
},
5050
DependsOn: ['HelloLogGroup'],
@@ -75,7 +75,7 @@ describe('Integration test - Packaging - CloudFormation', () => {
7575
Role: {
7676
'Fn::GetAtt': ['IamRoleLambdaExecution', 'Arn'],
7777
},
78-
Runtime: 'nodejs16.x',
78+
Runtime: 'nodejs18.x',
7979
Timeout: 6,
8080
},
8181
DependsOn: ['HelloLogGroup'],
@@ -109,7 +109,7 @@ describe('Integration test - Packaging - CloudFormation', () => {
109109
Role: {
110110
'Fn::GetAtt': ['IamRoleLambdaExecution', 'Arn'],
111111
},
112-
Runtime: 'nodejs16.x',
112+
Runtime: 'nodejs18.x',
113113
Timeout: 6,
114114
},
115115
DependsOn: ['HelloLogGroup'],

0 commit comments

Comments
 (0)