Skip to content

Commit

Permalink
feat: publish.yml 의존성 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Legitgoons committed May 28, 2024
1 parent efec08d commit 39c7fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: yarn.lock
cache-dependency-path: package-lock.json

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 39c7fdc

Please sign in to comment.