Skip to content

Commit

Permalink
Merge pull request #3 from manabie-com/LT-35030-Update-node-version-a…
Browse files Browse the repository at this point in the history
…nd-npm-packages

[LT-35030] Update node version and npm packages
  • Loading branch information
quanghuyhoang-manabie authored Feb 8, 2023
2 parents a1f0dff + 804251f commit c1f7a8a
Show file tree
Hide file tree
Showing 10 changed files with 60,480 additions and 98,908 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@ inputs:
required: false
proc_trace_sys_enable:
description: "Enables tracing default system processes ('aws', 'cat', 'sed', ...). Defaults to 'false'."
default: 'false'
default: "false"
required: false
proc_trace_chart_show:
description: "Enables showing traced processes in trace chart. Defaults to 'true'."
default: 'true'
default: "true"
required: false
proc_trace_chart_max_count:
description: "Maximum number of processes to be shown in trace chart (applicable if `proc_trace_chart_show` input is `true`). Must be a number. Defaults to '100'."
default: 100
required: false
proc_trace_table_show:
description: "Enables showing traced processes in trace table. Defaults to 'false'."
default: 'false'
default: "false"
required: false
comment_on_pr:
description: "Set to `true` to publish the results as comment to the PR (applicable if workflow run is triggered from PR). Defaults to 'true'."
default: 'true'
default: "true"
required: false
job_summary:
description: "Set to `true` to publish the results as part of the job summary page of the workflow run. Defaults to 'true'."
default: 'true'
default: "true"
required: false
theme:
description: "Set to `dark` to generate charts compatible with Github dark mode. Defaults to 'light'."
default: 'light'
default: "light"
required: false

runs:
using: "node12"
using: "node16"
main: dist/main/index.js
post: dist/post/index.js
branding:
Expand Down
Loading

0 comments on commit c1f7a8a

Please sign in to comment.