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

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20 #121

Closed
bramp opened this issue Jan 29, 2024 · 3 comments

Comments

@bramp
Copy link

bramp commented Jan 29, 2024

I get the following warning in my build summary

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dart-lang/setup-dart@v1.
For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

This looks a simple fix action.yml (changing using: "node16" to using: "using: "node20"), but I honestly I don't know how to test the new action, so I figured I'd leave it to the professionals :)

thanks

@bramp bramp changed the title Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dart-lang/setup-dart@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20 Jan 29, 2024
@devoncarew
Copy link
Member

Thanks for the report! I see this mentioned at https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Is your workflow public - can you link to the output?

@bramp
Copy link
Author

bramp commented Jan 29, 2024

My workflow is actually broken (due to unrelated issues), but it is here: https://github.com/bramp/pmtiles-dart/actions/runs/7700302668

@devoncarew
Copy link
Member

this was fixed by #122

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