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 88483fd687
commit 25df5cda4f
No known key found for this signature in database
GPG key ID: 45FAE7268762B400
6 changed files with 61 additions and 24 deletions

View file

@ -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": {