10
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2026-04-10 01:34:17 +00: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:
Ferdinand Thiessen 2025-06-21 14:51:59 +02:00
parent 29f189388b
commit b669b88857
No known key found for this signature in database
GPG key ID: 7E849AE05218500F
5 changed files with 52 additions and 19 deletions

View file

@ -1,6 +1,6 @@
{
"engines": {
"node": "^20 || ^22"
"node": "^19"
},
"devEngines": {
"runtime": {