From bf81590fea0ffbd28d39b74b4719cbbd8de8a3ac Mon Sep 17 00:00:00 2001 From: bh2980 Date: Fri, 7 Jun 2024 13:15:26 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20node=20=EB=B2=84=EC=A0=84=2020=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= 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 b7f1933..8b1b516 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Set Node.js Env - uses: actions/setup-node@v3 with: - node-version: "lts/*" + node-version: 20 cache: 'yarn' - name: Install Dependencies