ISSUE-1616: Upgrade to node 16#1622
Conversation
|
Hi @keeler, thanks for tackling some of our outstanding issues. ❤️ The Docker and CI stuff are a lot of changes on their own, and we are not too experienced with the former. |
@tooomm Sure thing. I backed out the unrelated changes in this PR and updated so it only applies to issue #1616. Opened PR #1623 for issue #1533, and opened PR #1624 for the docker image + CI refactor that I ripped out of this PR.
I'll update the description of #1624 and/or add some comments in a self-review to clarify the changes in detail, but another time. I'm up irresponsibly late at the moment. 😄 |
|
Thanks for the PR split!
That would be great. Hahah, get some sleep then. 😄 |
27c16a5 to
6e4aa08
Compare
9ce3d8f to
6e4aa08
Compare
|
There are still several warnings when running The first is probably save to ignore as the cached node version for |
FYI those warnings were not introduced by the changes in this PR and already existed on master (commit 0c02a92). I fixed the However, the @tooomm @ZeldaZach Let me know what you think. |
054e98d to
5083990
Compare
This is feedback from another PR, specifically: - dr4fters#1622 (comment) - dr4fters#1622 (comment)
Co-authored-by: tooomm <tooomm@users.noreply.github.com>
👍
👍 |
ZeldaZach
left a comment
There was a problem hiding this comment.
Seems reasonable, glad we're moving forward! Thanks for the change
|
You have to verify, merge and deploy this @ZeldaZach 😉 Same for the small change in #1623 |
Summary
Fixes #1616
Bumps the node version to 16 (current active LTS version) in the docker image, package.json, etc.
Details
package-lock.jsonare from runningnpm audit fixand updating the@hapi/joidependency tojoi(as recommended in a warning fromnpm ci).