thurka opened a new pull request, #8695: URL: https://github.com/apache/netbeans/pull/8695
Based on the following message from [CI build](https://github.com/apache/netbeans/actions/runs/16651028817/job/47124368668#step:10:7123) ``` [mkdir] Created dir: /home/runner/work/netbeans/netbeans/tmpbuild/java/java.lsp.server/build/vsce [exec] npm warn EBADENGINE Unsupported engine { [exec] npm warn EBADENGINE package: '[email protected]', [exec] npm warn EBADENGINE required: { node: '>=20.18.1' }, [exec] npm warn EBADENGINE current: { node: 'v18.20.8', npm: '10.8.2' } [exec] npm warn EBADENGINE } ``` It looks like vscode must be built with node >=20.18.1. Workflows updated to use node 20.18.1. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
