Skip to content

Commit 3cc23a9

Browse files
committed
Updating Node.js
1 parent b25726f commit 3cc23a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Resources:
77
Properties:
88
Parameters:
99
Handler: 'defaults.handler'
10-
Runtime: 'nodejs16.x'
10+
Runtime: 'nodejs22.x'
1111
TemplateURL: './node_modules/@cfn-modules/lambda-function/module.yml'

test/layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Resources:
1818
Properties:
1919
Parameters:
2020
Handler: 'defaults.handler'
21-
Runtime: 'nodejs16.x'
21+
Runtime: 'nodejs22.x'
2222
LayerArns: !Ref Layer
2323
TemplateURL: './node_modules/@cfn-modules/lambda-function/module.yml'

test/named.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Resources:
77
Properties:
88
Parameters:
99
Handler: 'defaults.handler'
10-
Runtime: 'nodejs16.x'
10+
Runtime: 'nodejs22.x'
1111
FunctionName: 'NamedLambda'
1212
TemplateURL: './node_modules/@cfn-modules/lambda-function/module.yml'

0 commit comments

Comments
 (0)