-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Specify engine required by this package #1252
Conversation
Looks reasonable to me, thanks |
So, now that it's enforced, appears that installed packages are not compatible. should downgrade the packages?
|
I've tried to downgrade, but still haven't reached a point where it is satisfied. and probably want tooling to be several versions old?
|
@glensc imho, it’s impractical to support node <14 at this point. Even our testing can’t really support it due to interlocking dependencies in various places. In this PR: #1189 I was forced to move us to only explicitly supporting >= node 14 in our test environment. Please don’t downgrade any dependencies we have. |
Also It’s possible our |
I need a decision what is the minimum node version to proceed on this pr: and the decision should be marked with "engine" keyword. |
If you say:
then the only option I see is to bump the engine to |
14 should be fine, it reflects what we're running on CI |
there: #1257 |
Needed to set baseline when updating dependencies:
The version was chosen based on
@types/node
inpackage.json