Skip to content

Commit fe358f6

Browse files
authored
Update template.yml to 18 as version 12 node is no longer compatible
1 parent 192b0ef commit fe358f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-apps/blank-nodejs/template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Resources:
66
Type: AWS::Serverless::Function
77
Properties:
88
Handler: index.handler
9-
Runtime: nodejs12.x
9+
Runtime: nodejs18.x
1010
CodeUri: function/.
1111
Description: Call the AWS Lambda API
1212
Timeout: 10
@@ -25,4 +25,4 @@ Resources:
2525
Description: Dependencies for the blank sample app.
2626
ContentUri: lib/.
2727
CompatibleRuntimes:
28-
- nodejs12.x
28+
- nodejs18.x

0 commit comments

Comments
 (0)