From 0ced4dd64a7a4ff3bfd006ef4a8604a1d66a8584 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Thu, 5 Dec 2024 10:09:42 +0900 Subject: [PATCH] =?UTF-8?q?chore(.github/workflows/release.yml):=20actions?= =?UTF-8?q?/setup-node=EC=9D=98=20node-version=EB=A5=BC=20node-version-fil?= =?UTF-8?q?e=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20(#301)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed427404..ad943d40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,8 +17,8 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 20 cache: 'yarn' + node-version-file: '.nvmrc' - name: Install Dependencies run: yarn install