Skip to content

Commit 0587734

Browse files
committed
docs: update node-version default to Node.js latest LTS version
1 parent 4074c57 commit 0587734

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
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 |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)