Notice - Node.JS EOL CVE and Node version changes #5657
Open
Description
Node.JS has announced that they will soon issue a CVE for unsupported Node.JS versions.
More information can be found here: https://nodejs.org/en/blog/vulnerability/upcoming-cve-for-eol-versions
We should try to update the Node version of WeKan as soon as possible, in order to atop running EOL software.
From what I've seen, the big issue with upgrading the Node version is that fibers
is not supported beyond v16
, but there has got to be a solution (maybe swap the library that depends on it?).
I will take it upon myself to try and upgrade WeKan to a newer Node version.
@xet7 WDYT?