-
Notifications
You must be signed in to change notification settings - Fork 124
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
Upgrade to use node 16 #2233
Upgrade to use node 16 #2233
Conversation
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.
There are a few instances in docs/userGuide/deployingTheSite.md
where the node version is set to 10. Perhaps we can update those too for consistancy. For example in the **Configuring your repository in Travis CI**
section as well as the other sections below
Updated in cc7d97a! :) |
Almost there, thanks @yucheng11122017, will aim to merge this one in soon. Btw can we include a page in our DG, perhaps something similar to "Migrating to TypeScript", to list out a checklist of things to do/check when migrating? I think your description is already quite comprehensive, can copy over and start from there. |
Ok! I will open a new issue for this Edited: Opened #2246 |
What is the purpose of this pull request?
Resolves #2197
Overview of changes:
Update CI scripts and documentation mention of the node.js version to 16
Anything you'd like to highlight/discuss:
Testing instructions:
Proposed commit message: (wrap lines at 72 characters)
Upgrade nodejs to v16
Checklist: ☑️
Breaking change descriptions:
Node.js version 14 is no longer supported by Markbind as it is due to reach it's end of life in 30 April 2023. The minimum required version of Node.js is now 16.
Users are to upgrade to at least version 16 of Node.js.