dart-lang/setup-dart

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

bramp opened this issue · 3 comments

bramp commented

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

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 commented

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

this was fixed by #122