docker / setup-qemu-action

GitHub Action to install QEMU static binaries

Home Page:https://github.com/marketplace/actions/docker-setup-qemu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node16 Deprecation

kinano opened this issue · comments

Node16 will be deprecated on 09/11/2023 (link).

Node 16 is used by the action at the moment according to the source code:

runs:
using: 'node16'

Is there a plan to release a node version update soon?

Same as docker/login-action#590 (comment). I'm working on it to make the required changes in our toolkit before making the changes in our actions.

Node16 will be deprecated on 09/11/2023 (link).

Also EOL does not mean it will go away. Same with Node 12, it was available on GH runners more than a year after EOL (until Aug 10, 2023: actions/runner@9eb4b96).