nodeshift / faas-js-runtime

A function invocation framework for Node.js and TypeScript
Apache License 2.0
15 stars 19 forks source link

Support Node.js 22.x #375

Closed fuson closed 1 week ago

fuson commented 1 week ago

Greetings

For now in your package.json: "node": "^20 || ^18 || ^16"

Node.js 22 is one of current LTS so pls. add it. Warning about unsupported engine is a very frestrating for our QA team :)

lholmquist commented 1 week ago

just releaed 2.4.1 which should fix this