GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-nodejs
Support for Nodejs >=24
- Lingua principale
- TypeScript
- Stelle
- 1.4k
- Fork
- 181
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I'm trying to switch my workspace version requirement from node 22 to node 24 but this error comes up:
```
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'cloudevents@8.0.3',
npm warn EBADENGINE required: { node: '>=16 <=22' },
npm warn EBADENGINE current: { node: 'v24.10.0', npm: '11.6.1' }
npm warn EBADENGINE }
```
Is it possible to update to [https://www.npmjs.com/package/cloudevents/v/10.0.0](https://www.npmjs.com/package/cloudevents/v/10.0.0)?
I know it drops Node 18 support, so maybe new major version get's released?
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.