瀏覽代碼

[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
 		}