Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
YUNIKORN-1224 was needed to fix a breakage in the website auto deploy due to a release of an update for docusaurus. This release was not backward compatible with node.js and that was marked in the release notes as a breaking change.
In our package.json we specify a minimum release and all later compatible releases. Based on the version specified ^2.0.0-beta.18 in the package.json 2.0.0-beta.21 is newer and can be used but it broke the build as it did contain a breaking change.
We should remove the ^ and move to a pinned version with regular updates.
BTW: YUNIKORN-1224 did not fix the local build either as it still leaves the old node.js in local-build.sh
Attachments
Issue Links
- is related to
-
YUNIKORN-1224 Failed to publish website due to incompatible node version
- Closed
-
YUNIKORN-1254 Update image version of node in the run command in the local_run.sh
- Closed
- links to