Skip to content

Commit 2a3a523

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ steps:
7171
- run: npm test
7272
```
7373

74-
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`.
74+
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` (as [defined here in the npm docs](https://docs.npmjs.com/cli/v10/configuring-npm/package-json/#engines)).
7575

7676
```json
7777
{

0 commit comments

Comments
 (0)