diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 6ff8426..f312239 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -34,9 +34,9 @@ jobs: uses: actions/cache@v4 with: path: node_modules - key: ${{ runner.os }}-yarn-v1-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-package-v1-${{ hashFiles('**/package-lock.json') }} restore-keys: | - ${{ runner.os }}-yarn-v1- + ${{ runner.os }}-package-v1- - name: Install Dependencies with Npm if: steps.cache-node.outputs.cache-hit != 'true'