There was an error while loading. Please reload this page.
1 parent e1d9767 commit 8acf175Copy full SHA for 8acf175
1 file changed
sdk/node/index.js
@@ -18,7 +18,7 @@ export const CHANNELS = {
18
stable: { tag: "v149.0.7827.232", docker: "tilion/fortress:149" },
19
latest: { tag: "v151.0.7908.0", docker: "tilion/fortress:151" },
20
};
21
-const DEFAULT_CHANNEL = process.env.FORTRESS_CHANNEL || "stable";
+const DEFAULT_CHANNEL = process.env.FORTRESS_CHANNEL || "latest";
22
const CACHE = process.env.FORTRESS_BROWSERS_PATH || join(homedir(), ".cache", "tilion-fortress");
23
const hostFor = (tag) => process.env.FORTRESS_DOWNLOAD_HOST || `https://github.com/${REPO}/releases/download/${tag}`;
24
0 commit comments