Compare commits

..

2 Commits

Author SHA1 Message Date
M.K.
32a9d68443
Merge 2a3a52378e into 49933ea528 2025-04-23 22:27:59 +00:00
mk-pmb
2a3a52378e [docs] Add link to the engines.node field definition. 2025-04-24 00:26:40 +02:00

View File

@ -71,8 +71,7 @@ steps:
- run: npm test
```
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).)
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)).
```json
{