diff options
author | 2024-08-17 13:58:04 +0100 | |
---|---|---|
committer | 2024-08-17 13:58:04 +0100 | |
commit | 35b9cd2cc791925dbe5f0d564335e9987665e537 (patch) | |
tree | 0ed7816b4b42e1d5f9201065eed05c79b6606bae /.github | |
parent | Run frontend linting jobs in frontend directory (diff) |
Explicitly pass cache path to actions/setup-node
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint-frontend.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint-frontend.yaml b/.github/workflows/lint-frontend.yaml index c3d0745..a08913e 100644 --- a/.github/workflows/lint-frontend.yaml +++ b/.github/workflows/lint-frontend.yaml @@ -19,6 +19,7 @@ jobs: with: node-version: 20 cache: 'pnpm' + cache-dependency-path: thallium-frontend/pnpm-lock.yaml - name: Install dependencies run: pnpm install |