test: update mastodon to 3.5.3 (#2175)
This commit is contained in:
parent
19e466aa90
commit
ed38cad661
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue