From 497570e357fd4d4b157ab39e9e6463d188981d39 Mon Sep 17 00:00:00 2001 From: seoyeoneel02 Date: Fri, 16 Aug 2024 15:45:13 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20node=20v.20.16.0=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20#52?= 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 b1d070b..e10477e 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: ['18'] # 노드 버전 지정 + node-version: ['20'] # 노드 버전 지정 steps: # build 할 코드를 가져옴 (코드 checkout - github에서 제공해주는 checkout@v3 사용)