This commit is contained in:
M.K. 2025-04-23 22:27:59 +00:00 committed by GitHub
commit 32a9d68443
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +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`.
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
{