gregsdennis / dependencies-action

A GitHub Action that enforces PR dependencies
MIT License
33 stars 10 forks source link

Node.js 16 deprecation #25

Closed leocencetti closed 8 months ago

leocencetti commented 9 months ago

Similarly to https://github.com/gregsdennis/dependencies-action/issues/14, Node.js 16 is now deprecated as well. Here is the warning for reference:

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

gregsdennis commented 9 months ago

Thanks. If you like, I'm happy to accept a PR.

reneoun commented 8 months ago

@gregsdennis You have made a very nice Github Action! 🚀 Could you release the latest version of main with a new version tag? We would like to fix node16 deprecation warning.

image

We have already tried to add this: - uses: gregsdennis/dependencies-action@main But this will still redirect to version 1.3.0 & also version 1.3.2 is still running on node16

gregsdennis commented 8 months ago

Sorry for not publishing. v1.3.3 is now available and is set to the primary release.