Skip to content

Commit

Permalink
Fix macOs-latest test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiqiao Yan committed Apr 10, 2020
1 parent 7ccdf5c commit 0843831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/tar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ test("create BSD tar", async () => {
const workspace = process.env["GITHUB_WORKSPACE"];
const sourceDirectories = ["~/.npm/cache", `${workspace}/dist`];

await fs.mkdir(archiveFolder, () => void { recursive: true });
await fs.promises.mkdir(archiveFolder, { recursive: true });

await tar.createTar(archiveFolder, sourceDirectories);

Expand Down

0 comments on commit 0843831

Please sign in to comment.