hasundue / molt-action

GitHub Action to update dependencies in Deno projects with hasundue/molt
MIT License
11 stars 2 forks source link

Support Deno 2 #33

Open injust opened 1 month ago

injust commented 1 month ago

Deno 2 appears to work with the lockfile disabled.

With the lockfile enabled, I get this error:

Error: Unsupported lockfile version '4'. Try upgrading Deno or recreating the lockfile.
Error: Process completed with exit code 1.
hasundue commented 4 weeks ago

Okay let's do it since Deno 2.0 doesn't include deno update for some reason.

hasundue commented 4 weeks ago

Well it's coming soon actually https://github.com/denoland/deno/pull/26219