mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore(ci): update dependency for upload_wptfyi (#12587)
This commit is contained in:
parent
bc8e94155a
commit
3ae8a8404b
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue