Skip to content

Commit

Permalink
Bump metrics export Node.js runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Dec 3, 2024
1 parent 78c45f9 commit def8b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spire/templates/apps/dovetail-metrics-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Resources:
UpdateReplacePolicy: Delete
Properties:
CompatibleRuntimes:
- nodejs20.x
- nodejs22.x
Content:
S3Bucket: !Ref CodeS3Bucket
S3Key: !Ref BigQueryLayerS3ObjectKey
Expand Down Expand Up @@ -65,7 +65,7 @@ Resources:
Effect: Allow
Resource: !Ref PorterJobExecutionSnsTopicArn
Sid: AllowPorterJobPublish
Runtime: nodejs20.x
Runtime: nodejs22.x
Tags:
prx:meta:tagging-version: "2021-04-07"
prx:cloudformation:stack-name: !Ref AWS::StackName
Expand Down

0 comments on commit def8b73

Please sign in to comment.