-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump NodeJS version to 16 #159
Conversation
Signed-off-by: Carlos Rodríguez Hernández <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for the PR!
Can you please remove the version bump from the changes? I'll bump the version after pushing a couple of other changes.
Also, I'll be using a patch bump, and not a major, since changing the Node version doesn't break anything for the end user.
Thanks ❤️
Signed-off-by: Carlos Rodríguez Hernández <[email protected]>
Done! I just reverted the changes related to the version bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you!
@all-contributors please add @carrodher for their code contribution |
I've put up a pull request to add @carrodher! 🎉 |
This PRs bumps the NodeJS version to 16 since NodeJS 12 is deprecated, here you can find more info.
Changes were done as follows:
action.yml
by bumping the node versionModify thepackage.json
by bumping the package version in a majornpm update
usingnode --version
=v16.18.0
npm --version
=8.19.2