Forráskód Böngészése

[ci][mac] try with default nodejs version

Aleksandr Kuzmenko 5 éve
szülő
commit
1cda7c0311
1 módosított fájl, 3 hozzáadás és 2 törlés
  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
 		}