Skip to content
Merged
Show file tree
Hide file tree
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 @@ -10,7 +10,7 @@ go = "1.25.6"
python = "3.14.2"

# JavaScript runtimes and package managers (for toolchain backend tests)
node = "24.13.0" # Provides npm and npx
node = "24.14.0" # Provides npm and npx
bun = "1.3.6" # Provides bunx - used for TypeScript task execution
deno = "2.6.5" # Provides deno run npm:
yarn = "4.12.0" # Provides yarn dlx (Yarn Berry)
Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[tools]
go = "1.25.6"
bun = "latest"
node = "20"
node = "24"
golangci-lint = "latest"

# Environment variables
Expand Down
Loading