mirror of
https://github.com/actions/setup-node.git
synced 2026-08-07 00:00:02 +02:00
feat(node-version-file): support parsing devEngines field (#1283)
* 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]>
This commit is contained in:
co-authored by
Grigory
parent
efcb663fc6
commit
774c1d6296
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"engines": {
|
||||
"node": "^19"
|
||||
},
|
||||
"devEngines": {
|
||||
"runtime": {
|
||||
"name": "node",
|
||||
"version": "^20"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user