build: migrate to pnpm; update deps
This commit is contained in:
+1
-1
@@ -21,4 +21,4 @@ async function run(): Promise<void> {
|
||||
}
|
||||
}
|
||||
|
||||
run().catch((e) => core.error(e));
|
||||
run().catch((e: Error) => core.error(e));
|
||||
|
||||
Reference in New Issue
Block a user