From 3b2d045512fa8bc214721a17fef73794a898f373 Mon Sep 17 00:00:00 2001 From: ByeonYujin124 Date: Mon, 19 Feb 2024 20:00:08 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20=EB=B0=B0=ED=8F=AC=20=EC=8B=A4=ED=8C=A8?= =?UTF-8?q?=20=EC=9B=90=EC=9D=B8=20=EC=B0=BE=EA=B8=B0=20#165?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index a259815..6e5e5fc 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: ["16.x"] # 노드 버전 지정! 여러 개도 가능! ['18.x', '14.x'] 요렇게 + node-version: ["20.x"] # 노드 버전 지정! 여러 개도 가능! ['18.x', '14.x'] 요렇게 steps: # build 할 코드를 가져옴 (코드 checkout - github에서 제공해주는 checkout@v3 사용)