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

Friendly reminder to update Node.js version #559

Open
trinitronx opened this issue Aug 6, 2024 · 0 comments · May be fixed by #560
Open

Friendly reminder to update Node.js version #559

trinitronx opened this issue Aug 6, 2024 · 0 comments · May be fixed by #560

Comments

@trinitronx
Copy link

Hello,

First of all: Thank you for this excellent GitHub Action!

I noticed a deprecation warning in a repo that uses this action at latest git SHA:

Annotations

1 warning


Warning

The following actions uses Node.js version which is deprecated and will be forced to run on node20: yanamura/git-flow-merge-action@9d4a90b72af5df91efa8db230273c95f57dd8d05.
For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Please consider this a friendly reminder to update the version of Node.js this action uses.

It appears simple to do, according to the documentation here. Simply change the action.yml runs.using to 'node20':

runs:
  using: 'node20'
  main: 'dist/index.js'

I will make a pull request to help resolve this issue. If you'd be so kind as to consider it. Thank you! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant