Skip to content

Commit

Permalink
fix(node): Update action.yml to run on node20 (#269)
Browse files Browse the repository at this point in the history
Since node16 is deprecated. Updating node version to 20
  • Loading branch information
shubham-elanco authored Jul 8, 2024
1 parent 4a85c8f commit 9c619d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ outputs:
description: 'Release log if logging true'

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

1 comment on commit 9c619d3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Jest Coverage (summary)

Lines Statements Branches Functions
Coverage: 100%
100% (240/240) 100% (74/74) 100% (55/55)
Coverage Report (100%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files100100100100 
   ChangeFailureRate.ts100100100100 
   CommitsAdapter.ts100100100100 
   DeployFrequency.ts100100100100 
   IssuesAdapter.ts100100100100 
   LeadTime.ts100100100100 
   MeanTimeToRestore.ts100100100100 
   PullRequestsAdapter.ts100100100100 
   ReleaseAdapter.ts100100100100 

Please sign in to comment.