mirror of
https://github.com/actions/setup-node.git
synced 2025-12-18 03:11:39 +08:00
Allow reading 'package.json' as node-version-file
This commit is contained in:
committed by
Manpreet Singh
parent
2fddd8803e
commit
7d279e1d70
5
__tests__/data/package.json
Normal file
5
__tests__/data/package.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user