mirror of
https://github.com/actions/setup-node.git
synced 2025-05-11 19:53:43 +00:00
Add support for volta.extends
(#921)
* Add support for `volta.extends` * Code review
This commit is contained in:
parent
b39b52d121
commit
d86ebcd40b
10 changed files with 211 additions and 193 deletions
8
__tests__/data/package-volta.json
Normal file
8
__tests__/data/package-volta.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"engines": {
|
||||
"node": "^14.0.0"
|
||||
},
|
||||
"volta": {
|
||||
"node": "16.0.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue