Skip to content

Commit

Permalink
Fix: ci 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BearHumanS committed May 2, 2024
1 parent 2c8b080 commit 4cbf554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.yarn
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: yarn install
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.yarn
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: yarn install
Expand Down

0 comments on commit 4cbf554

Please sign in to comment.