Skip to content

Update Node support to match versions currently supported by AWS #158

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

garrett-green
Copy link

@garrett-green garrett-green commented May 7, 2025

What did you implement:

This PR updates the supported Node version to include v18, v20, and v22 (aligns with current AWS supported Node versions). This PR was influences/inspired by this PR from @activescott.

How did you implement it:

I updated node version definitions in the package.json, .github/workflows/build.yml, examples/basic/serverless.yml, and examples/comprehensive/serverless.yml files.

How can we verify it:

Test should pass and build should not contain errors.

Todos:

  • Fix linting errors (run npm run lint locally)
  • All tests pass on our CI Server (you should see green "checks" in the PR, you can also run these locally with npm run test)

@garrett-green
Copy link
Author

garrett-green commented May 8, 2025

Tests/Linting working locally, I'm trying to figure out why its failing on the build. Sorry, I am not overly familiar with GH Actions.

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

Successfully merging this pull request may close these issues.

1 participant