Skip to content

Commit

Permalink
chore(ci): update dependency for upload_wptfyi (denoland#12587)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Oct 29, 2021
1 parent bc8e941 commit 3ae8a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/upload_wptfyi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// passed, will automatically add a status check to the commit with a link to
// the wpt.fyi page.

import { gzip } from "https://deno.land/x/compress@v0.3.8/gzip/mod.ts";
import { gzip } from "https://deno.land/x/compress@v0.4.1/gzip/mod.ts";

const user = Deno.env.get("WPT_FYI_USER");
const password = Deno.env.get("WPT_FYI_PW");
Expand Down

0 comments on commit 3ae8a84

Please sign in to comment.