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 14.x #74

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

Conversation

Bamieh
Copy link

@Bamieh Bamieh commented Dec 13, 2021

AWS now supports Node.js 14. This PR allows this package to support this node version https://aws.amazon.com/blogs/compute/node-js-14-x-runtime-now-available-in-aws-lambda/

  • Tested lambda-tester locally using node.js version 14.18.2
  • Tested the lambda-tester is compatible with nodejs 14.18.2 by using LAMBDA_TESTER_NODE_VERSION_CHECK=false on a real-world usecase
  • Travis will run tests using node.js 14.x to make sure we are compatible.
  • Added a .node-version file to encourage development on this package using the latest compatible node.js version

Closes #65

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.

Support Node v14
1 participant