From 9bf178d5106c179e2e21a3fd4130351d8b201e1b Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Tue, 30 Sep 2025 08:35:54 +0900 Subject: [PATCH] =?UTF-8?q?ci(.github/workflows):=20setup-node=20=EC=95=A1?= =?UTF-8?q?=EC=85=98=EC=9D=98=20=EC=84=A4=EC=A0=95=20=ED=95=84=EB=93=9C=20?= =?UTF-8?q?=EC=88=9C=EC=84=9C=20=ED=86=B5=EC=9D=BC=20=EB=B0=8F=20=EB=B6=88?= =?UTF-8?q?=ED=95=84=EC=9A=94=ED=95=9C=20cache-dependency-path=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/broken-link-checker.yml | 3 +-- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/broken-link-checker.yml b/.github/workflows/broken-link-checker.yml index f310deac..eb5cc064 100644 --- a/.github/workflows/broken-link-checker.yml +++ b/.github/workflows/broken-link-checker.yml @@ -19,9 +19,8 @@ jobs: - name: Install Node.js uses: actions/setup-node@v5 with: - cache: 'yarn' - cache-dependency-path: 'yarn.lock' node-version-file: '.nvmrc' + cache: 'yarn' - name: Install Dependencies run: yarn install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c126d834..00087222 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,8 @@ jobs: - name: Install Node.js uses: actions/setup-node@v5 with: - cache: 'yarn' node-version-file: '.nvmrc' + cache: 'yarn' - name: Install Dependencies run: yarn install