Skip to content

Commit f842f64

Browse files
authored
Upgrade to Node16 (#58)
1 parent 740df6e commit f842f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/custom-resource.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Resources:
4242
Properties:
4343
ContentUri: ../witch.zip
4444
CompatibleRuntimes:
45-
- nodejs12.x
45+
- nodejs16.x
4646

4747
CopyRole:
4848
Type: "AWS::IAM::Role"
@@ -86,7 +86,7 @@ Resources:
8686
Layers:
8787
- !Ref CopyLayerVersion
8888
Role: !GetAtt CopyRole.Arn
89-
Runtime: nodejs12.x
89+
Runtime: nodejs16.x
9090
Timeout: 300
9191

9292
Outputs:

0 commit comments

Comments
 (0)