Skip to content

Commit

Permalink
fix: specified cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
adilb99 committed Dec 8, 2024
1 parent ad5ab25 commit b00f8f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fe-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
node-version: 'lts/*' # Use the latest LTS version of Node.js
cache: 'pnpm'
# Specify the subdirectory containing the lockfile
cache-dependency-path: ./frontend/pnpm-lock.yaml

# Step 4: Install dependencies
- name: Install dependencies
Expand Down

0 comments on commit b00f8f5

Please sign in to comment.