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:
Ferdinand Thiessen
2025-06-21 14:51:59 +02:00
parent 951664acf3
commit 90a8072ea6
5 changed files with 52 additions and 19 deletions

View File

@@ -105,7 +105,7 @@ This example will install a Node version based on the `^20.10` pattern.
```json
{
"engines": {
"node": "^20 || ^22"
"node": "^19"
},
"devEngines": {
"runtime": {