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 @@ -11,7 +11,7 @@ python = "3.14.3"

# JavaScript runtimes and package managers (for toolchain backend tests)
node = "24.14.0" # Provides npm and npx
bun = "1.3.9" # Provides bunx - used for TypeScript task execution
bun = "1.3.10" # Provides bunx - used for TypeScript task execution
deno = "2.6.5" # Provides deno run npm:
yarn = "4.12.0" # Provides yarn dlx (Yarn Berry)
pnpm = "10.30.2" # Provides pnpm dlx
Expand Down
Loading