Thank you Colin
I did upgrade node an npm also:
root@HS:~# node -v
v20.11.0
root@HS:~# npm -v
10.2.4
Tested with a really simple flow: Inject, grab www.google.com, debug
[{"id":"332c9c1037916df6","type":"http request","z":"d9e433358a9f7508","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://www.google.com","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[],"x":290,"y":70,"wires":[["c830d56455774201"]]},{"id":"0872f32f86c21710","type":"inject","z":"d9e433358a9f7508","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":130,"y":70,"wires":[["332c9c1037916df6"]]},{"id":"c830d56455774201","type":"debug","z":"d9e433358a9f7508","name":"debug 97","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":450,"y":70,"wires":[]}]
"RequestError: The "listener" argument must be of type function. Received an instance of Object : https://www.google.com"