We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
Since lambda-tester claims to support node 10.x and 12.x, it should not take a dependency on [email protected] as this requires node >= 12.13: https://github.com/vandium-io/lambda-event-mock/blob/901aadcd6fcfd51649408dfe008b1ccfebf178fe/package.json#L20
lambda-tester
10.x
12.x
[email protected]
node >= 12.13
This actually breaks installs done using yarn on a node platform at 10.x because of the engine incompatibility issue.
yarn
node
Alternatively, you might want to stop advertising support for node 10.x on the 4.x branch.
4.x
Regards, Romain.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
Since
lambda-tester
claims to support node10.x
and12.x
, it should not take a dependency on[email protected]
as this requiresnode >= 12.13
: https://github.com/vandium-io/lambda-event-mock/blob/901aadcd6fcfd51649408dfe008b1ccfebf178fe/package.json#L20This actually breaks installs done using
yarn
on anode
platform at10.x
because of the engine incompatibility issue.Alternatively, you might want to stop advertising support for node
10.x
on the4.x
branch.Regards,
Romain.
The text was updated successfully, but these errors were encountered: