We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379b349 commit 0ae4920Copy full SHA for 0ae4920
spire/templates/apps/dovetail-metrics-export.yml
@@ -35,7 +35,7 @@ Resources:
35
UpdateReplacePolicy: Delete
36
Properties:
37
CompatibleRuntimes:
38
- - nodejs22.x
+ - nodejs24.x
39
Content:
40
S3Bucket: !Ref CodeS3Bucket
41
S3Key: !Ref BigQueryLayerS3ObjectKey
@@ -65,7 +65,7 @@ Resources:
65
Effect: Allow
66
Resource: !Ref PorterJobExecutionSnsTopicArn
67
Sid: AllowPorterJobPublish
68
- Runtime: nodejs22.x
+ Runtime: nodejs24.x
69
Tags:
70
prx:meta:tagging-version: "2021-04-07"
71
prx:cloudformation:stack-name: !Ref AWS::StackName
0 commit comments