From 2a3a52378e09391345b2c215ab06817d0d6f5fe6 Mon Sep 17 00:00:00 2001 From: mk-pmb Date: Thu, 24 Apr 2025 00:26:40 +0200 Subject: [PATCH] [docs] Add link to the engines.node field definition. --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 856c5efa..a705cdec 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -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 {