diff --git a/.forgejo/workflows/documentation.yml b/.forgejo/workflows/documentation.yml index b3da4c2f..dd46c001 100644 --- a/.forgejo/workflows/documentation.yml +++ b/.forgejo/workflows/documentation.yml @@ -63,9 +63,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.npm - key: continuwuity-${{ steps.runner-env.outputs.slug }}-${{ steps.runner-env.outputs.arch }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - continuwuity-${{ steps.runner-env.outputs.slug }}-${{ steps.runner-env.outputs.arch }}-node- + key: continuwuity-${{ steps.runner-env.outputs.slug }}-${{ steps.runner-env.outputs.arch }}-node-${{ steps.runner-env.outputs.node_version }} - name: Install dependencies run: npm install --save-dev wrangler@latest