Open a22d44g66 opened 2 years ago
https://github.com/cfry/dde/blob/2c78cd2597d9c8f6bff86e211f6623943e421c24/src/job_engine/core/dde_file.js#L280
The line above affects the running of the job engine. This line uses fetch, which is provided by Node v18. We could prevent the server from building/running if node isn't version 18, or we could use NVM to cause node to be version 18.
https://github.com/cfry/dde/blob/2c78cd2597d9c8f6bff86e211f6623943e421c24/src/job_engine/core/dde_file.js#L280
The line above affects the running of the job engine. This line uses fetch, which is provided by Node v18. We could prevent the server from building/running if node isn't version 18, or we could use NVM to cause node to be version 18.