Upgrade to using latest version of NodeJS #332
Labels
area/build
Relates to the build process
area/dependencies
Relates to updates to dependency file(s)
area/vro-scripting-api
Relates to the vro-scripting-api module
area/vropkg
Relates to `vropkg` module
effort/medium
kind/enhancement
Enhancement or improvement of existing features
priority/medium
triage/accepted
The issue was accepted and will be done
version/major
Introduces a breaking change
Description
Target is to be using the newest possible version of NodeJS as long as it's not too hard to do so. Target is Node 20, but newer LTS versions are also good.
One major problem is building vcd projects as that requires an outdated version of Angular, enforcing Node 14... However newer versions of vcd actually have a newer version of angular that works with newer versions of node just fine.
The proposition here is in the case of vcd, we can drop support for versions requiring the outdated version of Angular.
The text was updated successfully, but these errors were encountered: