diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6cc7bec..fe56b07 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -46,15 +46,6 @@ jobs: uses: https://github.com/actions/setup-node@v2 with: node-version: '20' - cache: 'npm' - - - name: Restore node_modules cache - uses: https://github.com/actions/cache@v2 - with: - path: node_modules - key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node_modules - name: Install node dependencies run: npm ci