mirror of
https://github.com/actions/setup-node.git
synced 2025-06-28 05:33:47 +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:
parent
88483fd687
commit
25df5cda4f
6 changed files with 61 additions and 24 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue