diff --git a/.github/citools/wasm/wasm-setup-verify b/.github/citools/wasm/wasm-setup-verify index 0311386e..945c7314 100755 --- a/.github/citools/wasm/wasm-setup-verify +++ b/.github/citools/wasm/wasm-setup-verify @@ -11,12 +11,12 @@ declare -i retval=0 declare -A wasm_cmds wasm_cmds=( - [npm]=$( - command -v npm >&/dev/null + [node]=$( + command -v node >&/dev/null echo "$?" ) - [nodejs]=$( - command -v nodejs >&/dev/null + [npm]=$( + command -v npm >&/dev/null echo "$?" ) [yarn]=$(