How can I upgrade tools in mise.lock? #8260
Unanswered
emptylight370
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example:
This is mise.toml
This is mise.lock
When Node.js has newer version (24.13.0), I can install it by
mise i node@24, but my project still using 24.12.0. If I want to upgrade node version in my project, I should modify themise.lockfile. After modify the file, I can use the newer Node.js.If using
mise up, it will always download the newer version, if you have installed that version, mise up will break that version and downlaod it again. If usingmise use node@24ormise use node@latest, it will use24.12.0in the lockfile, can't upgrade to24.13.0.Beta Was this translation helpful? Give feedback.
All reactions