[WE-427] chore: migrate from volta to mise for node version management#1248
Merged
arshabh-agarwal merged 5 commits intoJul 16, 2026
Merged
Conversation
[WE-427] - Created mise.toml and mise.lock with node 18.20.5 from volta config - Removed volta block from package.json - Added packageManager field for yarn@1.22.19 - Updated CI workflow to use setup-node-toolchain
ember-table is a public repo and cannot access actions from internal repos. Replace Addepar/web-templates/actions/setup-node-toolchain with jdx/mise-action@v4 and add corepack enable step for yarn.
testem@3.19.0+ depends on execa@^9.6.1 which is ESM-only. When ember-try scenarios resolve fresh dependencies, testem gets upgraded past 3.18.0 causing ERR_REQUIRE_ESM failures on Node 18. Pin testem to <3.19.0 via resolutions to keep CJS-compatible execa@^1.0.0.
- Upgrade Node from 18.20.5 to 24.18.0 (active LTS) - Upgrade ember-cli from ~3.28.0 to ~5.12.0 - Upgrade ember-source from ~3.28.0 to ~5.12.0 (default dev) - Update engines field to >= 20.19.0 - Remove testem resolution (Node 24 supports require(esm) natively) - Regenerate yarn.lock
This reverts commit 7433082.
yanglinz
approved these changes
Jul 13, 2026
arshabh-agarwal
deleted the
arshabh-agarwal/WE-427-volta-to-mise-migration
branch
July 16, 2026 06:44
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
WE-427
mise.tomlandmise.lockwith Node 18.20.5 (from volta config)voltablock frompackage.jsonpackageManagerfield for yarn@1.22.19jdx/mise-action@v4(public action, since ember-table is a public repo and cannot access internal Addepar actions)corepack enablestep for yarn supporttestemto <3.19.0 via resolutions to avoid ESM execa incompatibility on Node 18Test plan
mise exec -- node --versionreturns v18.20.5yarn installresolves depsNote: The
ember-releasescenario fails because ember-source@7.x requires Node >= 20.19. This is a pre-existing issue unrelated to the mise migration — upgrading Node and ember-cli should be done in a separate PR.