diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 054c5fd..4b4a64f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: pnpm - name: Install dependencies run: pnpm install --ignore-scripts - name: Lint