krdlab / setup-haxe

Set up a specific version of Haxe environment for your workflow.
MIT License
38 stars 9 forks source link

Node.js 16 is deprecated #46

Open player-03 opened 5 months ago

player-03 commented 5 months ago

GitHub is warning that this action needs to be updated to use Node 20. More details: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

I see that action.yml specifies 'node20', but package.json and .node-version still say 16. Perhaps one of those is the problem?

tobil4sk commented 3 months ago

It seems like updating action.yml is what's needed, but this change is not available yet in the v1 tag.

zommerfelds commented 2 months ago

Yep, the latest release is from before the change:

https://github.com/krdlab/setup-haxe/releases/tag/v1.5.1 vs https://github.com/krdlab/setup-haxe/commit/4c8439764a4d96b454f9b8e3a78ec1aad078852b

Can we have a new release @krdlab? Not sure if it needs to be v2 to make it a version bump like other Github actions did.