mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2026-03-23 16:08:05 +03: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