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

feature/issue 1328 customize Vercel adapter serverless runtime nodejs version #1330

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thescientist13
Copy link
Member

Related Issue

resolves #1329

Documentation

N / A

Summary of Changes

  1. Add for a runtime option for the Vercel adapter
  2. Set new default version to nodejs20.x
  3. Document runtime option in the plugin's README

TODO

  1. Should align with final minimum version coming out of Upgrade to Node 20.x (latest LTS) #1202 / enhancement/issue 1317 import map generation refactor for exports and leveraging import.meta.resolve #1326

@thescientist13 thescientist13 added documentation Greenwood specific docs Plugins Greenwood Plugins feature New feature or request Adapter labels Nov 28, 2024
@thescientist13 thescientist13 force-pushed the feature/issue-1328-customizable-serverless-runtime-nodejs-version branch from c05a040 to 67c4635 Compare November 28, 2024 18:22
@thescientist13 thescientist13 changed the title Feature/issue 1328 customizable serverless runtime nodejs version feature/issue 1328 customizable serverless runtime nodejs version Nov 28, 2024
Copy link
Member Author

@thescientist13 thescientist13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we were able to stay on Node 18 in #1326 , so we should reset the default version back to nodejs18.x

@thescientist13 thescientist13 self-assigned this Nov 28, 2024
@thescientist13 thescientist13 mentioned this pull request Nov 28, 2024
27 tasks
@thescientist13 thescientist13 changed the title feature/issue 1328 customizable serverless runtime nodejs version feature/issue 1328 customize Vercel adapter serverless runtime nodejs version Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Adapter documentation Greenwood specific docs feature New feature or request Plugins Greenwood Plugins v0.31.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow for customizable serverless runtime option for Vercel Adapter
1 participant