Skip to content

Commit

Permalink
fix: correct pnpm cache path in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
s0up4200 committed Nov 7, 2024
1 parent b07f96f commit 7cb188d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: Set up cache
uses: actions/setup-node@v4
with:
cache: pnpm
node-version: ${{ env.NODE_VERSION }}
cache: "pnpm"
cache-dependency-path: "web/pnpm-lock.yaml"

- name: Fetch dependencies
working-directory: web
Expand Down

0 comments on commit 7cb188d

Please sign in to comment.