Closed iuioiua closed 2 months ago
deno task test
is blocked on https://github.com/denoland/deno/pull/25736
Seems ci is failing because lockfile was upgraded to v4 but deno v1 doesn't support it I think:
error: Unsupported lockfile version '4'. Try upgrading Deno or recreating the lockfile at '/home/runner/work/libs/libs/bundle/deno.lock'.
Thanks for taking the time to migrate this before deprecating the @std/archive
!
There's other use of
@std/archive
within the codebase. This PR just deals with untarring a downloaded file inbundle/wasm/bundle.ts
.Towards https://github.com/denoland/std/issues/5986