Skip to content

Commit 8acf175

Browse files
committed
sdk(node): default channel -> latest (151, working engine) until 149 engine re-ships
1 parent e1d9767 commit 8acf175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/node/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const CHANNELS = {
1818
stable: { tag: "v149.0.7827.232", docker: "tilion/fortress:149" },
1919
latest: { tag: "v151.0.7908.0", docker: "tilion/fortress:151" },
2020
};
21-
const DEFAULT_CHANNEL = process.env.FORTRESS_CHANNEL || "stable";
21+
const DEFAULT_CHANNEL = process.env.FORTRESS_CHANNEL || "latest";
2222
const CACHE = process.env.FORTRESS_BROWSERS_PATH || join(homedir(), ".cache", "tilion-fortress");
2323
const hostFor = (tag) => process.env.FORTRESS_DOWNLOAD_HOST || `https://github.com/${REPO}/releases/download/${tag}`;
2424

0 commit comments

Comments
 (0)