Skip to content

Commit 9f513f8

Browse files
committed
Bump Node.js from 22.x to 24.x for CI
1 parent 0c89ccd commit 9f513f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Resources:
232232
Effect: Allow
233233
Resource: "*"
234234
Version: "2012-10-17"
235-
Runtime: nodejs22.x
235+
Runtime: nodejs24.x
236236
Tags:
237237
prx:meta:tagging-version: "2021-04-07"
238238
prx:cloudformation:stack-name: !Ref AWS::StackName
@@ -310,7 +310,7 @@ Resources:
310310
- !GetAtt CiCodeBuildProject.Arn
311311
- !GetAtt CiCodeBuildArmProject.Arn
312312
Version: "2012-10-17"
313-
Runtime: nodejs22.x
313+
Runtime: nodejs24.x
314314
Tags:
315315
prx:meta:tagging-version: "2021-04-07"
316316
prx:cloudformation:stack-name: !Ref AWS::StackName
@@ -387,7 +387,7 @@ Resources:
387387
Effect: Allow
388388
Resource: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:${AWS::AccountId}:parameter/prx/stag/Spire/*
389389
Version: "2012-10-17"
390-
Runtime: nodejs22.x
390+
Runtime: nodejs24.x
391391
Tags:
392392
prx:meta:tagging-version: "2021-04-07"
393393
prx:cloudformation:stack-name: !Ref AWS::StackName
@@ -465,7 +465,7 @@ Resources:
465465
Effect: Allow
466466
Resource: !Sub arn:${AWS::Partition}:events:${AWS::Region}:${AWS::AccountId}:event-bus/default
467467
Version: "2012-10-17"
468-
Runtime: nodejs22.x
468+
Runtime: nodejs24.x
469469
Tags:
470470
prx:meta:tagging-version: "2021-04-07"
471471
prx:cloudformation:stack-name: !Ref AWS::StackName

0 commit comments

Comments
 (0)