diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6ac5e5f..523f9e1 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,7 +23,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 16 - cache: 'npm' - name: Install Dependencies run: npm ci