Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 22, 2023
1 parent a748a65 commit 8e47690
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/actions/download-draft-bins.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import fs from "fs";

import { Readable } from "stream";
import { finished } from "stream/promises";

const { GITHUB_TOKEN } = process.env;

async function downloadFile(url, filepath = "./download") {
Expand Down

0 comments on commit 8e47690

Please sign in to comment.