Skip to content

Commit 2c07ba9

Browse files
committed
Bump to Node16
1 parent 0982d8f commit 2c07ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/custom-resource.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Resources:
4343
Properties:
4444
ContentUri: ../witch.zip
4545
CompatibleRuntimes:
46-
- nodejs16.x
46+
- nodejs20.x
4747

4848
CopyRole:
4949
Type: 'AWS::IAM::Role'
@@ -87,7 +87,7 @@ Resources:
8787
Layers:
8888
- !Ref CopyLayerVersion
8989
Role: !GetAtt CopyRole.Arn
90-
Runtime: nodejs16.x
90+
Runtime: nodejs20.x
9191
Timeout: 300
9292

9393
Outputs:

0 commit comments

Comments
 (0)