Skip to content

What's the relevance of warnings on 'deprecated' Node versions? #964

Closed
@DierkDroth

Description

@DierkDroth

I just updated all my GitHub actions to get rid of the warnings that Node 16 would be deprecated and actions needed to be replaced with newer ones which are using Node 20.

This also made me updating this particular action to 'actions/setup-node@v4.0.2' (= latest). However, when I look at the GitHub logs I see this:

Attempting to download 14...
Acquiring 14.21.3 - x64 from https://github.com/actions/node-versions/releases/download/14.21.3-4202774076/node-14.21.3-linux-x64.tar.gz
Extracting ...

... which even is way older than Node 16.

So I wonder what the GitHub warnings that Node 16 would be deprecated is about, if even the 'latest actions' are installing Node 14?!?

I would appreciate any clarification on that matter. Thanks in advance

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions