Skip to content

Commit 78b76da

Browse files
committed
chore: Node.js 캐시를 npm에서 yarn으로 변경하고 의존성 설치 방법 수정
1 parent 6aa8e38 commit 78b76da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: 22
29-
cache: npm
29+
cache: yarn
3030
- name: Setup Pages
3131
uses: actions/configure-pages@v4
3232

3333
- name: Install dependencies
34-
run: npm ci
34+
run: yarn install --frozen-lockfile
3535

3636
- name: Build with VitePress
3737
run: npm run docs:build

0 commit comments

Comments
 (0)