test: test mastodon v3.4.x

This commit is contained in:
Nolan Lawson 2021-06-06 10:53:50 -07:00
parent e2813ae428
commit 0fe5a1b3ae
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ const stat = promisify(fs.stat)
const writeFile = promisify(fs.writeFile) const writeFile = promisify(fs.writeFile)
const dir = __dirname const dir = __dirname
const GIT_URL = 'https://github.com/nolanlawson/mastodon.git' const GIT_URL = 'https://github.com/tootsuite/mastodon.git'
const GIT_TAG = 'tag-abad99f' const GIT_TAG = 'v3.4.1'
const mastodonDir = path.join(dir, '../mastodon') const mastodonDir = path.join(dir, '../mastodon')