Compare commits

...

2 Commits

Author SHA1 Message Date
M.K.
4ad6d57c49
Merge d9c084e918 into 49933ea528 2025-04-26 10:05:07 +02:00
mk-pmb
d9c084e918 [docs] Add link to the engines.node field definition. 2025-04-26 10:04:59 +02:00

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