Skip to content

Commit

Permalink
feat: npm cache dependency path 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Oct 31, 2023
1 parent 34c8152 commit f644ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontendCICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: ./fe/package-lock.json

- name: build
working-directory: ./fe
Expand Down

0 comments on commit f644ce4

Please sign in to comment.