Skip to content

Commit

Permalink
ci : pnp 방식을 적용하도록 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWook committed Nov 17, 2024
1 parent 50e4108 commit bb48d85
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 @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies with Yarn
uses: actions/cache@v3
with:
path: ./node_modules
path: ./.yarn/cache
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
Expand Down

0 comments on commit bb48d85

Please sign in to comment.