Skip to content

Add support for node 14.x#74

Open
Bamieh wants to merge 1 commit intovandium-io:masterfrom
Bamieh:node_14
Open

Add support for node 14.x#74
Bamieh wants to merge 1 commit intovandium-io:masterfrom
Bamieh:node_14

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