Remove mise.toml and update 'engines' in package.json#1239
Conversation
🦋 Changeset detectedLatest commit: 83cd273 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
|
Size Change: 0 B Total Size: 4.22 kB ℹ️ View Unchanged
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1239 +/- ##
=======================================
Coverage 83.15% 83.15%
=======================================
Files 63 63
Lines 843 843
Branches 209 210 +1
=======================================
Hits 701 701
Misses 142 142 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Summary:
Now that the global mise config is specifying Node 24.13 we no longer need the repo-specific mise.toml files. This PR also updates the 'engines' field in package.json to expect at least Node 24.13.
Issue: FEI-7566
Test plan: