Skip to content

Commit

Permalink
⚙️ chore : npm pakage 캐싱경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 5, 2024
1 parent 194f631 commit 6588f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: ./package-lock.json
cache-dependency-path: ./BE/package-lock.json

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 6588f8f

Please sign in to comment.