Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github actions has depricated Node 12 support, please upgrade to node 16 #250

Closed
fage88 opened this issue Oct 10, 2022 · 3 comments
Closed
Labels
enhancement New feature or request

Comments

@fage88
Copy link

fage88 commented Oct 10, 2022

Is your feature request related to a problem? Please describe.
Github action workflows have started outputting messaging around actions that are still Node 12 which fell out of support in April 2022.

image

In this blog post github outlines their plan to deprecate and remove Node 12 support
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Describe the solution you'd like
I'd like to see the slack action upgraded to node 16 so these warnings go away

@JinoArch
Copy link

+1. I am also facing the same issue. Hope to see this change soon.

@molayadev
Copy link
Contributor

molayadev commented Nov 9, 2022

Hi

PR #251

I created a PR to support node16 hoping to be reviewed and merged soon.

@satterly
Check it, possibly it's ready to merge 😁

@satterly
Copy link
Contributor

satterly commented Nov 10, 2022

I have published a new release... https://github.com/act10ns/slack/releases/tag/v2.0.0

Note that as per the recommendation of GitHub (see link above) is it a new Major release so if you currently specify v1 you will now need to modify your Github action to point to v2.

Example

- uses: act10ns/slack@v2
  with: 
    status: ${{ job.status }}
  if: always()

@satterly satterly added the enhancement New feature or request label Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants