diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 89bcd7f..99aec05 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -16,7 +16,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' - cache: 'npm' - name: Install dependencies run: npm ci