mirror of
https://github.com/actions/setup-node.git
synced 2026-06-14 14:13:52 +08:00
test: adjust for array like devEngines
Co-authored-by: Grigory <grigory.orlov.set@gmail.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
@@ -86,7 +86,7 @@ This example will install a Node version based on the `^20.10` pattern.
|
||||
```json
|
||||
{
|
||||
"engines": {
|
||||
"node": "^20 || ^22"
|
||||
"node": "^19"
|
||||
},
|
||||
"devEngines": {
|
||||
"runtime": {
|
||||
|
||||
Reference in New Issue
Block a user