Skip to content

Commit 1e07f43

Browse files
Update to Node 20
1 parent 1ee9365 commit 1e07f43

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.3.0
1+
20.11.1

fetch-task-definition/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ outputs:
1212
filename:
1313
description: 'Task definition filename'
1414
runs:
15-
using: 'node16'
15+
using: 'node20'
1616
main: 'dist/index.js'

github-ref-to-env/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ outputs:
1313
description: 'Environment name'
1414

1515
runs:
16-
using: "node16"
16+
using: "node20"
1717
main: "dist/index.js"

read-from-ssm-param-store/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ outputs:
1212
param_json:
1313
description: "Parameters JSON"
1414
runs:
15-
using: "node16"
15+
using: "node20"
1616
main: "dist/index.js"

register-ecs-task-definition/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ outputs:
1010
description: 'The ARN of the registered ECS task definition'
1111

1212
runs:
13-
using: "node16"
13+
using: "node20"
1414
main: "dist/index.js"

run-ecs-task/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ outputs:
3131
description: "Raw output from task"
3232

3333
runs:
34-
using: "node16"
34+
using: "node20"
3535
main: "dist/index.js"

0 commit comments

Comments
 (0)