diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2182a02..1ca291d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -21,7 +21,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: npm - name: Install dependencies run: pnpm install