LTS 2.1.12 Deno generates `deno.lock` with version 5.
deno.lock file.1. I have installed Deno via shell script from docs.
2. Then initiated a Deno project, then added Fresh, etc.
3. During Deno Deploy I found out that
version: 5 in lock files causes the problem. 4. Changed it manually and it worked.
However, whenever lock files is updated version is getting updated too. So, I used
deno upgrade lts to downgrade Deno latest to LTS, but the result is still the same. Why? How can I fix that?