diff --git a/src/check-updates.ts b/src/check-updates.ts index 540694af..01a9ce64 100644 --- a/src/check-updates.ts +++ b/src/check-updates.ts @@ -1,6 +1,6 @@ import { warning } from "ci-log" import updateNotifier from "simple-update-notifier" -import packageJson from "../package-version.json" assert { type: "json" } +import packageJson from "../package-version.json" // auto self update notifier export async function checkUpdates() {