-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🧰 Changes BREAKING CHANGE: Bumps the minimum required Node versions for all of our Node packages. By bumping to Node 18 (and therefore `npm@9`), we can also bump our NPM lockfiles to `lockfileVersion@3` and remove a lot of duplicated lockfiles in the process. As part of this, our integration tests now `npm i` rather than `npm ci` since there are no lockfiles in subdirectories for them to refer to. This is probably an improvement in a way since this more closely matches the dependency resolution approach our users would take. ## 🧬 QA & Testing Does everything still pass?
- Loading branch information
1 parent
36506cd
commit c012cac
Showing
18 changed files
with
26 additions
and
87,348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.