From e66bbd37980013f74f0b79064fe42ba571eb1d4b Mon Sep 17 00:00:00 2001 From: Jeremy <102432453+shackstack@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:09:37 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20node=20=EB=B2=84=EC=A0=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 18.16.1 --- .github/workflows/frontend-dev-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-dev-cd.yml b/.github/workflows/frontend-dev-cd.yml index 7b47f8fc5..0bf2a8732 100644 --- a/.github/workflows/frontend-dev-cd.yml +++ b/.github/workflows/frontend-dev-cd.yml @@ -22,7 +22,7 @@ jobs: - name: ✨ Node.js 설정 uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 18.16.1 - name: ✨ Yarn global cache 캐싱 uses: actions/cache@v3