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

Node16+ Support #17

Open
peterwcm opened this issue Mar 10, 2023 · 1 comment
Open

Node16+ Support #17

peterwcm opened this issue Mar 10, 2023 · 1 comment

Comments

@peterwcm
Copy link

When using this action, it's triggering a deprecated Node.js warning below:
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: bluehorndigital/[email protected]. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

Update any actions that are using legacy node, e.g.

  • Upgrade actions/checkout@v2 to actions/checkout@v3
  • Upgrade actions/cache@v2 to actions/cache@v3
  • Upgrade setup-node@v1 to setup-node@v3 along with a node-version > 12
@lal65
Copy link

lal65 commented Aug 6, 2024

Node 20 support would be more relevant nowadays.

The following actions uses Node.js version which is deprecated and will be forced to run on node20: bluehorndigital/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

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

No branches or pull requests

2 participants