afs commented on PR #2180: URL: https://github.com/apache/jena/pull/2180#issuecomment-1894426723
``` [INFO] error [email protected]: The engine "node" is incompatible with this module. Expected version "^18 || >=20". Got "16.20.2" ``` because in the POM: ``` <node.version>v16.20.2</node.version> ``` we had problems a few months back because some Jenkins build servers are Ubuntu 8.04 LTS with node 16. https://issues.apache.org/jira/browse/INFRA-23954 May be we need to move to Jenkins pipelines and docker. https://www.jenkins.io/doc/book/pipeline/docker/ Using github action is also a possibility, but we have to manage secrets to push to ASF snapshots. -- 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]
