mirror of
https://github.com/actions/setup-node.git
synced 2025-07-05 00:53:47 +00:00
Allow reading 'package.json' as node-version-file
This commit is contained in:
parent
2fddd8803e
commit
7d279e1d70
3 changed files with 50 additions and 8 deletions
5
__tests__/data/package.json
Normal file
5
__tests__/data/package.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue