Skip to content

Commit d9c084e

Browse files
committed
[docs] Add link to the engines.node field definition.
1 parent 49933ea commit d9c084e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/advanced-usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ steps:
7272
```
7373

7474
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`.
75+
(The latter is defined [here in the npm docs](https://docs.npmjs.com/cli/v10/configuring-npm/package-json/#engines).)
7576

7677
```json
7778
{

0 commit comments

Comments
 (0)