Skip to content

Commit

Permalink
Update to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid-shevtsov committed Mar 19, 2024
1 parent 1ee9365 commit 1e07f43
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.3.0
20.11.1
2 changes: 1 addition & 1 deletion fetch-task-definition/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ outputs:
filename:
description: 'Task definition filename'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion github-ref-to-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ outputs:
description: 'Environment name'

runs:
using: "node16"
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion read-from-ssm-param-store/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ outputs:
param_json:
description: "Parameters JSON"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion register-ecs-task-definition/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ outputs:
description: 'The ARN of the registered ECS task definition'

runs:
using: "node16"
using: "node20"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion run-ecs-task/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ outputs:
description: "Raw output from task"

runs:
using: "node16"
using: "node20"
main: "dist/index.js"

0 comments on commit 1e07f43

Please sign in to comment.