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 Node 18 support #1615

Closed
webdeveric opened this issue Nov 18, 2022 · 1 comment · Fixed by #1616
Closed

Add Node 18 support #1615

webdeveric opened this issue Nov 18, 2022 · 1 comment · Fixed by #1616
Labels

Comments

@webdeveric
Copy link
Contributor

Feature Request

Add nodejs18.x since Node 18 is now supported in AWS Lambdas.

export const supportedNodejs = new Set([
'nodejs12.x',
'nodejs14.x',
'nodejs16.x',
])

@dnalborczyk
Copy link
Collaborator

thank you for bringing this up @webdeveric ! could you create a PR for the addition?

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

Successfully merging a pull request may close this issue.

2 participants