File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,16 +90,16 @@ steps:
9090- run: npm test
9191` ` `
9292
93- When using the `package.json` input, the action will look in following field for a specified Node version :
93+ When using the `package.json` input, the action will look in the following fields for a specified Node version :
94941. It checks `volta.node` first.
95952. Then it checks `devEngines.runtime`.
96963. Then it will look for `engines.node`.
97974. Otherwise it tries to resolve the file defined by [`volta.extends`](https://docs.volta.sh/advanced/workspaces)
98- and look for `volta.node` or `engines.node` recursively.
98+ and look for `volta.node`, `devEngines.runtime`, or `engines.node` recursively.
9999
100100# ## Example with `devEngines`
101101
102- When a runtime engine (`engines.node`) is defined but also a development engine (`devEngines.runtime`) then the `devEngine` runtime version is used.
102+ When a runtime engine (`engines.node`) is defined but also a development engine (`devEngines.runtime`) then the `devEngines. runtime` version is used.
103103This example will install a Node version based on the `^20.10` pattern.
104104
105105` ` ` json
You can’t perform that action at this time.
0 commit comments