Преглед на файлове

[ci][mac] try with default nodejs version

Aleksandr Kuzmenko преди 5 години
родител
ревизия
1cda7c0311
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      tests/runci/targets/Js.hx

+ 3 - 2
tests/runci/targets/Js.hx

@@ -18,8 +18,9 @@ class Js {
 					Linux.requireAptPackages(["nodejs"]);
 				}
 			case [AzurePipelines, "Mac"]:
-				runCommand("brew", ["install", "node@10"], true);
-				runCommand("brew", ["link", "--overwrite", "--force", "node@10"]);
+				runCommand("brew", ["install", "node"], true);
+				// runCommand("brew", ["install", "node@10"], true);
+				// runCommand("brew", ["link", "--overwrite", "--force", "node@10"]);
 			case _:
 				//pass
 		}