-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update from node 16 to node 20 for Github actions and builds #1573
Conversation
…ig and demo filename to cleanup
…ge from .json to .mjs
@kevinchappell my local versions are working fine but another set of eyes on this would be useful. |
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.
In the near future I'd like to upgrade all the way to v22 to take advantage of some of the newer built-in features for testing and task running. The languages repo was upgraded to node 22 and I was able to remove a few dependencies and eslint and prettier were replaced with biomejs.
I'll rebase package-lock.json and force-push again. This PR will need to be applied before any others to ensure no merge conflicts after semantic release updates the file version |
🎉 This PR is included in version 3.19.12 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Node 16 in GitHub actions is deprecated. Update actions to use node 20 plus dependancy updates to bring it up to node 20 compatibility. In doing do a lot of old unmaintained packages have been removed. Babel, ESlint and Jest updated to recent versions.
There are a few remaining packages that will need to wait for a future update from dependancies (Babel to v8, Jest JS Env, Semantic release)