GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.29k stars 160 forks source link

chore: Ignore typescript dependency updates #544

Closed kenneth-rosario closed 1 year ago

kenneth-rosario commented 1 year ago

Typescript 5.1 requires node >= 14.17. Functions framework needs to support older versions (10, 12) hence the transpiler will stop working for older node runtimes.