voxmedia / github-action-slack-notify-build

Report GitHub Actions build status on Slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node 16 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?

We are maintaining a version at https://github.com/zuplo/github-action-slack-notify-build that is node 20 compatible.