mirror of
https://github.com/actions/setup-node.git
synced 2025-05-12 17:55:40 +08:00
[docs] Add link to the engines.node field definition.
This commit is contained in:
parent
49933ea528
commit
d9c084e918
|
@ -72,6 +72,7 @@ steps:
|
||||||
```
|
```
|
||||||
|
|
||||||
When using the `package.json` input, the action will look for `volta.node` first. If `volta.node` isn't defined, then it will look for `engines.node`.
|
When using the `package.json` input, the action will look for `volta.node` first. If `volta.node` isn't defined, then it will look for `engines.node`.
|
||||||
|
(The latter is defined [here in the npm docs](https://docs.npmjs.com/cli/v10/configuring-npm/package-json/#engines).)
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user