This is the final step for ENG-929
(https://linear.app/comm/issue/ENG-929/fix-issues-with-node-1614-import-syntax-assertions).
I changed the node version in keyserver/.nvmrc and the tag in the first
line of keyserver/Dockerfile.
Details
Details
After changing the version, I ran yarn cleaninstall, and
tested yarn dev and yarn prod in both web and landing, yarn dev
in native, and yarn prod-build followed by yarn prod in
keyserver. All of the above run successfully.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Great test plan, and CI looks like it's passing!! Really exciting to get this resolved finally :)
Comment Actions
Is there anything I should wait for (any other tasks/testing/etc) before landing or is it good to officially land?
Comment Actions
I think it's good to land. I think we've been fairly thorough in verifying that things continue to work as expected.
If there is some issue that comes up we can revert the change, but I'd be surprised.