diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 2dcdbee..32c411f 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -38,8 +38,8 @@ jobs: # Uncomment this step to verify the use of 'deno fmt' on each commit. # - name: Verify formatting # run: deno fmt --check - - name: Install Dependencies - run: npm install -g pnpm@8.15.1 && pnpm i --frozen-lockfile + # - name: Install Dependencies + # run: npm install -g pnpm@8.15.1 && pnpm i --frozen-lockfile - name: Run tests run: ./build.bat