Skip to content

[WE-424] chore: migrate from volta to mise for node version management - #156

Merged
arshabh-agarwal merged 1 commit into
masterfrom
arshabh-agarwal/WE-424-volta-to-mise-migration
Jul 13, 2026
Merged

[WE-424] chore: migrate from volta to mise for node version management#156
arshabh-agarwal merged 1 commit into
masterfrom
arshabh-agarwal/WE-424-volta-to-mise-migration

Conversation

@arshabh-agarwal

@arshabh-agarwal arshabh-agarwal commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

WE-424

  • Created mise.toml and mise.lock with Node 22.17.1 (from volta config)
  • Removed volta blocks from 4 package.json files (monorepo)
  • Updated CI workflows (run-tests.yml, publish.yml, plan-release.yml) to use jdx/mise-action@v4 + corepack enable for Node/pnpm setup

Test plan

  • CI workflows pass (lint, typecheck, test)
  • mise exec -- node --version returns expected version
  • pnpm install resolves deps

@arshabh-agarwal
arshabh-agarwal requested a review from a team as a code owner July 7, 2026 18:53
[WE-424]
- Created mise.toml and mise.lock with node 22.17.1 from volta config
- Removed volta blocks from 4 package.json files (monorepo)
- Updated CI workflows to use setup-node-toolchain
@arshabh-agarwal
arshabh-agarwal force-pushed the arshabh-agarwal/WE-424-volta-to-mise-migration branch from 6262e29 to 59c2f98 Compare July 13, 2026 07:36
@arshabh-agarwal

Copy link
Copy Markdown
Contributor Author

Fixed the CI failures. The Addepar/web-templates/actions/setup-node-toolchain@main action lives in an internal repo and can't be resolved from this public repo. Replaced it with the equivalent public actions:

  • jdx/mise-action@v4 to install mise and provision Node from mise.toml
  • corepack enable to activate pnpm from the packageManager field

No JFrog registry config needed since this repo has no @addepar scoped dependencies.

@arshabh-agarwal
arshabh-agarwal added this pull request to the merge queue Jul 13, 2026
Merged via the queue into master with commit 452bcd8 Jul 13, 2026
8 checks passed
@arshabh-agarwal
arshabh-agarwal deleted the arshabh-agarwal/WE-424-volta-to-mise-migration branch July 13, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants