GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-nodejs

Support for Nodejs >=24

Open
#706 2 comments 2 reactions 0 assignees View on GitHub
enhancement P2
Dominant language
TypeScript
Stars
1.4k
Forks
181
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

Research direction

Locate the package manifest and any dependency or runtime-version checks that constrain cloudevents and Node.js. Review the impact of moving to cloudevents 10.0.0, then run the existing install and test commands. Done means Node.js 24 no longer produces the reported engine warning and the test suite still passes.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js
Domain
backend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.