File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292| Input | Description | Required | Default |
9393| ----------------------- | ------------------------------------------------------------------------------ | -------- | ------------- |
9494| ` version` | Version of Vite+ to install | No | `latest` |
95- | `node-version` | Node.js version to install via `vp env use` | No | Vite+ default |
95+ | `node-version` | Node.js version to install via `vp env use` | No | Latest LTS |
9696| `run-install` | Run `vp install` after setup. Accepts boolean or YAML object with `cwd`/`args` | No | `true` |
9797| `cache` | Enable caching of project dependencies | No | `false` |
9898| `cache-dependency-path` | Path to lock file for cache key generation | No | Auto-detected |
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ inputs:
1515 required : false
1616 default : " true"
1717 node-version :
18- description : " Node.js version to install via `vp env use`. If not specified, uses the default version bundled with Vite+ ."
18+ description : " Node.js version to install via `vp env use`. Defaults to Node.js latest LTS version."
1919 required : false
2020 cache :
2121 description : " Enable caching of project dependencies"
You can’t perform that action at this time.
0 commit comments