dorny / paths-filter

Conditionally run actions based on files modified by PR, feature branch or pushed commits
MIT License
1.98k stars 230 forks source link

Update Node.js to version 20 #206

Closed danielhjacobs closed 7 months ago

danielhjacobs commented 8 months ago

Fix deprecation warning. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

lure8225 commented 7 months ago

As node16 is out of support/EOL since September 11th when can I expect this to be merged? See: https://nodejs.org/en/blog/announcements/nodejs16-eol

dorny commented 7 months ago

Thanks @danielhjacobs for the PR and sorry for my late response. I was not actively maintaining this action for a while.

dorny commented 7 months ago

Oh wait, something broke, I have to reverse back to node 16 and look into it

dorny commented 7 months ago

The action has been switched to node20. There was some build error which was fixed by updating the ncc version.