mirror of
https://github.com/actions/setup-node.git
synced 2025-07-21 23:46:08 +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