Browse Source

[ci][mac] try with default nodejs version

Aleksandr Kuzmenko 5 years ago
parent
commit
aea808f8a1
1 changed files with 3 additions and 2 deletions
  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
 		}