mirror of
https://github.com/actions/setup-node.git
synced 2025-06-28 05:33:47 +00:00
Fix test volta priority (#577)
This commit is contained in:
parent
9f3a02bbd1
commit
969bd26639
5 changed files with 948 additions and 948 deletions
|
@ -502,7 +502,7 @@ export function parseNodeVersionFile(contents: string): string {
|
|||
nodeVersion = JSON.parse(contents).volta?.node;
|
||||
if (!nodeVersion) nodeVersion = JSON.parse(contents).engines?.node;
|
||||
} catch {
|
||||
core.warning('Node version file is not JSON file');
|
||||
core.info('Node version file is not JSON file');
|
||||
}
|
||||
|
||||
if (!nodeVersion) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue