docker-practice / actions-setup-docker

Set up your GitHub Actions workflow with a specific version(18.09,19.03,20.10,nightly) of Docker ON Linux/macOS
93 stars 34 forks source link

Node 16 runners are deprecated #36

Open korridor opened 9 months ago

korridor commented 9 months ago

Thanks for the great GitHub action! Since a while, I get the following warning in all runs that use your action.

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker-practice/actions-setup-docker@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
image

Are there any plans to upgrade to Node 20 in the future?

sanbei101 commented 8 months ago

I am also distressed by this, and if the author can update this, I will feel very much!