Skip to content

Commit 25adc19

Browse files
authored
chore(mise): update Java version to Corretto 11, add Node.js and pnpm, and enable additional tools in idiomatic version file (#217)
1 parent c04899e commit 25adc19

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

config/mise/.config/config.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[tools]
22
go = "1.24.4"
3-
java = "17"
3+
java = "corretto-11"
4+
node = "24"
5+
"npm:@google/gemini-cli" = "latest"
6+
pnpm = "latest"
47
python = "3.13.3"
58
terraform = "latest"
9+
uv = "latest"
610

711
[settings]
8-
idiomatic_version_file_enable_tools = ["go", "node"]
12+
idiomatic_version_file_enable_tools = ["go", "node", "terraform"]
13+
go_set_gobin = true

0 commit comments

Comments
 (0)