kinghat
kinghat
DDeno
Created by kinghat on 9/6/2024 in #help
unsupported lockfile
in my gh action setup deno env using rc 2:
- name: Setup Deno environment
uses: denoland/setup-deno@v1
with:
deno-version: 2.0.0-rc.1
- name: Setup Deno environment
uses: denoland/setup-deno@v1
with:
deno-version: 2.0.0-rc.1
im getting the error on build that my lockfile is unsupported:
Run deno task build error: Unsupported lockfile version '4'. Try upgrading Deno or recreating the lockfile at '/home/runner/work/kinghat/kinghat/deno.lock'. Error: Process completed with exit code 1.
10 replies