Skip to content

chore: add mise config for node and pnpm - #885

Open
phoebus-84 wants to merge 1 commit into
interfacerproject:mainfrom
phoebus-84:chore/add-mise-config
Open

chore: add mise config for node and pnpm#885
phoebus-84 wants to merge 1 commit into
interfacerproject:mainfrom
phoebus-84:chore/add-mise-config

Conversation

@phoebus-84

Copy link
Copy Markdown
Contributor

Summary

  • Add .mise.toml pinning node = 18 (matches CI in .github/workflows/test-deploy.yml) and pnpm = 9.13.1 (matches the packageManager field in package.json)
  • Without this file, mise install had nothing to install, leaving node/pnpm missing for anyone relying on mise

Test plan

  • mise install installs node 18.20.8 and pnpm 9.13.1
  • node --version / pnpm --version resolve correctly after activation

🤖 Generated with Claude Code

Pin node 18 (matches CI in test-deploy.yml) and pnpm 9.13.1 (matches
the packageManager field in package.json) so `mise install` sets up
the toolchain without manual steps.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant