Skip to content

Commit

Permalink
fix: remove unused node-install-dir parameter (#186)
Browse files Browse the repository at this point in the history
* fix: remove unused node-install-dir parameter

* fix

---------

Co-authored-by: marboledacci <[email protected]>
  • Loading branch information
dsanders11 and marboledacci authored Aug 28, 2024
1 parent 9d636e1 commit 504af9d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/commands/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 504af9d

Please sign in to comment.