Skip to content

Commit c279b10

Browse files
committed
Bump Node.js from 20 to 22 for pgdump
1 parent 9775363 commit c279b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/pgdump-to-s3/template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Resources:
2323
Description: moment NPM module
2424
ContentUri: lambda-layers/moment
2525
CompatibleRuntimes:
26-
- nodejs20.x
26+
- nodejs22.x
2727

2828
PgdumpBucket:
2929
Type: AWS::S3::Bucket
@@ -99,7 +99,7 @@ Resources:
9999
- !Ref MomentLambdaLayer
100100
MemorySize: 10240
101101
Role: !GetAtt PgdumpFunctionRole.Arn
102-
Runtime: nodejs20.x
102+
Runtime: nodejs22.x
103103
Tags:
104104
prx:meta:tagging-version: "2021-04-07"
105105
prx:cloudformation:stack-name: !Ref AWS::StackName

0 commit comments

Comments
 (0)