1
0
Fork 0
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:
Kitson Kelly 2021-10-29 16:29:37 +11:00 committed by GitHub
parent bc8e94155a
commit 3ae8a8404b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");