Fraunhofer-IIS / libjapi

libjapi is a universal JSON to C API library. It receives newline-delimited JSON (NDJSON) messages via TCP and calls registered C functions. A JSON response is returned for each request. Furthermore, it is also possible to create push services, which asynchronously push JSON messages to the clients subscribed to them.
MIT License
3 stars 1 forks source link

Fix pipeline failing with Node20 on CentOS7 #127

Closed vornkat-iis closed 2 months ago

vornkat-iis commented 2 months ago

This ist just a temporary fix: continue using Node16 for Centos7 container

A full solution would need:

That is mostly covered in #123