mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2026-03-21 06:55:55 +03: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
29f189388b
commit
b669b88857
5 changed files with 52 additions and 19 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue