davelosert/vitest-coverage-report-action

Action is producing warnings of usage of deprecated Node16

Closed this issue ยท 3 comments

I noticed that I am getting warnings that I am getting a warning that one of my actions is running using the deprecated Node16 and it specifically links to this this action.

image

I was sure this had already been handled but if I am reading these commits right then it looks like the node runtime of this action was updated in #320 just after releasing v.2.2.0:

image

I am specifying this action as: uses: davelosert/vitest-coverage-report-action@v2 so I should get any 2.* versions.
If I'm right then I would like to request a release of this action that runs on Node20 and if I'm wrong then I would like to request some assistance ๐Ÿ˜…

Hey @goibon , thanks for reporting this.
The warning stems from the node version used in the actions.yml.

You read right that I've actually upgraded the version in there - but I've never released it ๐Ÿ˜…

Thanks for pointing this out. I will push out a new maintenance-release later today or tomorrow!

@goibon : I've just released v2.2.1 - could you check if the warning is gone now? ๐Ÿ™‚

@goibon : I've just released v2.2.1 - could you check if the warning is gone now? ๐Ÿ™‚

Awesome, looks like that cleared it. Thanks for the quick response ๐Ÿฅณ