From 504af9d4b5ed4b1d0d914300b2d2b59313023f7a Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 28 Aug 2024 11:00:06 -0400 Subject: [PATCH] fix: remove unused node-install-dir parameter (#186) * fix: remove unused node-install-dir parameter * fix --------- Co-authored-by: marboledacci --- src/commands/install.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/commands/install.yml b/src/commands/install.yml index 2dbe28b..d4a4abf 100644 --- a/src/commands/install.yml +++ b/src/commands/install.yml @@ -15,12 +15,6 @@ parameters: If unspecified, the version listed in .nvmrc or .node-version will be installed. If no .nvmrc file and .node-version file exists the active LTS version of Node.js will be installed by default. For a full list of releases, see the following: https://nodejs.org/en/download/releases - node-install-dir: - type: string - default: /usr/local - description: > - Where should Node.js be installed? - # pnpm install-pnpm: type: boolean @@ -34,7 +28,6 @@ parameters: Pick a version of pnpm to install (if no version is specified, the latest stable version will be installed): https://github.com/pnpm/pnpm/releases - # yarn install-yarn: type: boolean