Debug GitHub Actions workflow

This commit is contained in:
squidfunk
2022-06-24 14:56:33 +02:00
parent 3ed984d691
commit d7d9e05933
2 changed files with 11 additions and 2 deletions

View File

@@ -47,8 +47,8 @@ jobs:
uses: actions/cache@v3
id: cache
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
path: node_modules
- name: Set up Node.js dependencies
if: steps.cache.outputs.cache-hit != 'true'