Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ minimum_release_age = "5d"

[tools]
# Basic tools
node = { version = "22.21.1", postinstall = "corepack enable" }
node = { version = "24.18.0", postinstall = "corepack enable" }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale mise lockfile

High Severity

With lockfile = true, bumping node to 24.18.0 in config.toml without updating .config/mise/mise.lock leaves Node pinned at 22.21.1. GitHub Actions and the hash-ai-worker Docker image run mise install --locked, so CI and container builds won't use Node 24 and may fail when config and lock disagree.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 8902ae1. Configure here.

"npm:turbo" = "2.6.3"

# Helper to install tools
Expand Down
Loading