diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8f897b7..addf41e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' - cache: 'npm' - name: Install dependencies run: npm install