mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
chore: bump bs to lts (#8147)
This commit is contained in:
@@ -25,7 +25,7 @@ const info = await fetch(
|
||||
'https://registry.npmjs.org/@blocksuite/block-std'
|
||||
).then(res => res.json());
|
||||
|
||||
const latestVersion = info['dist-tags'].canary;
|
||||
const latestVersion = info['dist-tags'].latest;
|
||||
const latestHash = latestVersion.split('-').pop();
|
||||
|
||||
if (oldHash === latestHash) {
|
||||
|
||||
Reference in New Issue
Block a user