From 3f796d7c7c70747c02cb8222cde08c653d25dc38 Mon Sep 17 00:00:00 2001 From: Typas Liao Date: Fri, 3 Jul 2026 00:43:37 +0800 Subject: [PATCH] refactor(justfile): drop unused os arg from node recipe install-node.sh is OS-uniform and takes no argument. Co-Authored-By: Claude Opus 4.8 --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 16af2fb..35c06dd 100644 --- a/justfile +++ b/justfile @@ -99,7 +99,7 @@ python: # Install fnm (Node version manager) with Node LTS and enable pnpm via corepack node: - bash {{root}}/scripts/install-node.sh {{os}} + bash {{root}}/scripts/install-node.sh # Install or update Go (use: just go, just go update) go action="install":