From 7255221c5c9adb2142b344c26bc7e9d6ac21ed3c Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 6 Jun 2021 13:16:25 -0700 Subject: [PATCH] test: test mastodon v3.4.x (#2051) --- bin/clone-mastodon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/clone-mastodon.js b/bin/clone-mastodon.js index c923cb26..3d98c880 100644 --- a/bin/clone-mastodon.js +++ b/bin/clone-mastodon.js @@ -9,8 +9,8 @@ const stat = promisify(fs.stat) const writeFile = promisify(fs.writeFile) const dir = __dirname -const GIT_URL = 'https://github.com/nolanlawson/mastodon.git' -const GIT_TAG = 'tag-abad99f' +const GIT_URL = 'https://github.com/tootsuite/mastodon.git' +const GIT_TAG = 'v3.4.1' const mastodonDir = path.join(dir, '../mastodon')