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

Fix issues with engines enforcement #156

Merged
merged 2 commits into from
Oct 18, 2021
Merged

Fix issues with engines enforcement #156

merged 2 commits into from
Oct 18, 2021

Conversation

ivomurrell
Copy link
Contributor

Two changes to enforcing the right version of node and npm with check-engines:

  1. Improve compatibility of check-engines guard: some shells in use (particularly in our CI and build images) do not support the non-POSIX [[ command, so use the more portable [ built-in instead.
  2. Allow npm 8: the only breaking change in npm8 is dropping support for node<12, but we already require node@12 so this doesn't affect us and will allow for newer npm versions to be used.

Some shells in use (particularly in our CI and build images) do not
support the non-POSIX '[[' command, so use the more portable '[' built-in
instead.
The only breaking change in npm8 is dropping support for node<12, but
we already require node@12 so this doesn't affect us and will allow
for newer npm versions to be used.
@ivomurrell ivomurrell requested a review from a team as a code owner October 13, 2021 14:20
@ivomurrell ivomurrell merged commit 43ac7cb into main Oct 18, 2021
@ivomurrell ivomurrell deleted the nori/fix-engines branch October 18, 2021 11:01
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