test: update mastodon to 3.5.3 (#2175)

This commit is contained in:
Nolan Lawson 2022-11-12 09:47:11 -08:00 committed by GitHub
parent 19e466aa90
commit ed38cad661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const __dirname = path.dirname(new URL(import.meta.url).pathname)
const dir = __dirname
const GIT_URL = 'https://github.com/tootsuite/mastodon.git'
const GIT_TAG = 'v3.5.1'
const GIT_TAG = 'v3.5.3'
const mastodonDir = path.join(dir, '../mastodon')