mirror of
https://code.forgejo.org/actions/setup-node
synced 2025-06-20 02:20:26 +02:00
Update documentation
This commit is contained in:
parent
b9780dfe95
commit
46bc19c0cd
4 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@ steps:
|
|||
|
||||
## Node version file
|
||||
|
||||
The `node-version-file` input accepts a path to a file containing the version of Node.js to be used by a project, for example `.nvmrc`, `.node-version`, `.tool-versions`, or `package.json`. If both the `node-version` and the `node-version-file` inputs are provided then the `node-version` input is used.
|
||||
The `node-version-file` input accepts a path to a file containing the version of Node.js to be used by a project, for example `.nvmrc`, `.node-version`, `.tool-versions`, `package.json`, or `.npmrc`. If both the `node-version` and the `node-version-file` inputs are provided then the `node-version` input is used.
|
||||
See [supported version syntax](https://github.com/actions/setup-node#supported-version-syntax).
|
||||
|
||||
> The action will search for the node version file relative to the repository root.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue