Skip to content

Commit 1c80424

Browse files
authored
ci(.github/workflows): setup-node 액션의 설정 필드 순서 통일 및 불필요한 cache-dependency-path 제거 (#371)
1 parent 486454c commit 1c80424

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/broken-link-checker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
- name: Install Node.js
2121
uses: actions/setup-node@v5
2222
with:
23-
cache: 'yarn'
24-
cache-dependency-path: 'yarn.lock'
2523
node-version-file: '.nvmrc'
24+
cache: 'yarn'
2625

2726
- name: Install Dependencies
2827
run: yarn install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Install Node.js
1919
uses: actions/setup-node@v5
2020
with:
21-
cache: 'yarn'
2221
node-version-file: '.nvmrc'
22+
cache: 'yarn'
2323

2424
- name: Install Dependencies
2525
run: yarn install

0 commit comments

Comments
 (0)