* feat(node-version-file): support parsing `devEngines` field Signed-off-by: Ferdinand Thiessen <[email protected]> * test: adjust for array like `devEngines` Co-authored-by: Grigory <[email protected]> Signed-off-by: Ferdinand Thiessen <[email protected]> * ci(versions.yml): update actions and reduce duplicated tests Signed-off-by: Ferdinand Thiessen <[email protected]> * docs: consolidate advanced usage Signed-off-by: Ferdinand Thiessen <[email protected]> * chore: compile assets Signed-off-by: Ferdinand Thiessen <[email protected]> --------- Signed-off-by: Ferdinand Thiessen <[email protected]> Co-authored-by: Grigory <[email protected]>
12 lines
132 B
JSON
12 lines
132 B
JSON
{
|
|
"engines": {
|
|
"node": "^19"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"version": "^20"
|
|
}
|
|
}
|
|
}
|