test: update mastodon to 3.5.3

This commit is contained in:
Nolan Lawson 2022-11-12 08:18:27 -08:00
parent 8fb4c40275
commit c03b85976c
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')