Upgrade TypeScript to 9.2.0
This commit is contained in:
parent
40a75182e7
commit
5f644f971e
2873 changed files with 320828 additions and 210965 deletions
|
|
@ -1931,7 +1931,9 @@ export async function downloadPacks(
|
|||
}
|
||||
if (numPacksDownloaded > 0) {
|
||||
logger.info(
|
||||
`Downloaded ${numPacksDownloaded} ${packs === 1 ? "pack" : "packs"}`
|
||||
`Downloaded ${numPacksDownloaded} ${
|
||||
numPacksDownloaded === 1 ? "pack" : "packs"
|
||||
}`
|
||||
);
|
||||
} else {
|
||||
logger.info("No packs to download");
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
import { TextDecoder } from "node:util";
|
||||
|
||||
import * as github from "@actions/github";
|
||||
import { TestFn } from "ava";
|
||||
import * as nock from "nock";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue