Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Node.js v22 runtime #1839

Closed
kdybicz opened this issue Dec 3, 2024 · 2 comments
Closed

Add support for Node.js v22 runtime #1839

kdybicz opened this issue Dec 3, 2024 · 2 comments

Comments

@kdybicz
Copy link
Contributor

kdybicz commented Dec 3, 2024

Feature Request

AWS allows us to nodejs22.0 runtime, but when I try to use it with serverless-offline I'm getting:

POST /graphql (λ: api)
✖ Unsupported runtime

Tested on:

Sample Code

  • file: serverless.yml
service: my-service

plugins:
  - serverless-offline

provider:
  runtime: nodejs22.x <----
  stage: dev

functions:
  hello:
...

Expected behavior/code

Additional context/Screenshots

@DorianMazur
Copy link
Collaborator

Added in #1837

@kdybicz
Copy link
Contributor Author

kdybicz commented Dec 5, 2024

I don't think that change was released yet, so I'm not sure why the ticket got closed 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants