mirror of
https://gitea.com/actions/setup-node.git
synced 2025-07-18 05:30:06 +08:00
chore: run prettier
This commit is contained in:
@ -95,7 +95,7 @@ function resolveVersionInput(): string {
|
||||
version = JSON.parse(fs.readFileSync(versionFilePath, 'utf8')).volta.node;
|
||||
} else {
|
||||
version = installer.parseNodeVersionFile(
|
||||
fs.readFileSync(versionFilePath, 'utf8')
|
||||
fs.readFileSync(versionFilePath, 'utf8')
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user