mirror of
https://github.com/actions/setup-node.git
synced 2025-12-17 02:31:38 +08:00
Format code
This commit is contained in:
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@@ -71776,7 +71776,7 @@ function parseNodeVersionFile(contents) {
|
||||
nodeVersion = (_a = JSON.parse(contents).engines) === null || _a === void 0 ? void 0 : _a.node;
|
||||
}
|
||||
catch (_c) {
|
||||
core.warning("Node version file is not JSON file");
|
||||
core.warning('Node version file is not JSON file');
|
||||
}
|
||||
if (!nodeVersion) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user