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

ST-5444: Align engines config choice with backpack-web #59

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

dominicfraser
Copy link
Contributor

The engines config was previously widened to allow for Node 18 and NPM 10, introduced from Node 18.19.0.

It however was two patch versions too strict, as the lowest version of NPM 10 that comes in with Node 18.19.0 is 10.2.3.

This PR matches how we have backpack-web set up, using a >= to only limit to a minimum version but not a maximum, and setting that minimum starting in NPM 9.

@dominicfraser dominicfraser added the patch Used for patch changes label Mar 18, 2024
@olliecurtis olliecurtis merged commit b5e9572 into main Mar 18, 2024
3 of 4 checks passed
@olliecurtis olliecurtis deleted the engines_config branch March 18, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Used for patch changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants