We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8994bef commit ce5927aCopy full SHA for ce5927a
1 file changed
mise.toml
@@ -33,7 +33,7 @@ run = "git config core.hooksPath .githooks 2>/dev/null || true"
33
# =============================================================================
34
35
[tools]
36
-node = "22" # Node.js 22 LTS for development (action runs on node20)
+node = "22" # Node.js 22 LTS for development (action runs on node20)
37
python = "3.13"
38
git-cliff = "2.12.0"
39
@@ -44,7 +44,7 @@ pkl = "0.30.2" # Configuration language (for hk.pkl)
44
45
# --- Linting ---
46
actionlint = "1.7.10" # GitHub Actions linting
47
-yamllint = "1.38.0" # YAML linting
+yamllint = "1.38.0" # YAML linting
48
49
50
# Tasks
0 commit comments