Loading templates/gitlab-ci-node.yml +1 −1 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ stages: then log_info "--- Build system auto-detected: yarn" export NODE_MANAGER="yarn" elif [[ -f "pnpm-locK.yaml" ]] elif [[ -f "pnpm-lock.yaml" ]] then log_info "--- Build system auto-detected: pnpm" export NODE_MANAGER="pnpm" Loading Loading
templates/gitlab-ci-node.yml +1 −1 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ stages: then log_info "--- Build system auto-detected: yarn" export NODE_MANAGER="yarn" elif [[ -f "pnpm-locK.yaml" ]] elif [[ -f "pnpm-lock.yaml" ]] then log_info "--- Build system auto-detected: pnpm" export NODE_MANAGER="pnpm" Loading