HubSpot / prettier-maven-plugin

Apache License 2.0
116 stars 23 forks source link

Update default value for nodeVersion #109

Open jqno opened 3 months ago

jqno commented 3 months ago

Running prettier-maven-plugin on GitHub Actions, I get this warning:

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

(You can also see it here.)

I see in the readme that currently the default value for nodeVersion is 16.13.1. I've updated it in my project to 21.7.2, and that runs just fine.

Is it possible to update the default value for nodeVersion?