build: migrate to pnpm; update deps

This commit is contained in:
OpportunityLiu
2024-01-29 21:11:24 +08:00
Unverified
parent eb42f1b3df
commit 0651d62461
11 changed files with 35478 additions and 19801 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ async function run(): Promise<void> {
}
}
run().catch((e) => core.error(e));
run().catch((e: Error) => core.error(e));