[docs] Add link to the engines.node field definition.

This commit is contained in:
mk-pmb 2025-04-26 10:04:59 +02:00
parent 49933ea528
commit d9c084e918

View File

@ -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
{ {