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 1cdf45c commit 194f631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: ./package-lock.json

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 194f631

Please sign in to comment.