From 0e71740fe804e4e3b5c31777c3ec394c6e34e4be Mon Sep 17 00:00:00 2001 From: seoyeoneel02 Date: Wed, 14 Aug 2024 13:58:58 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20dev=5Fdeploy.yml=20=EB=85=B8=EB=93=9C=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=2014=20=EC=82=AD=EC=A0=9C=20#39?= 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 24d4cee..06bdb3c 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: ['18', '16', '14'] # 노드 버전 지정! 여러 개도 가능! ['18.x', '14.x'] 요렇게 + node-version: ['18', '16'] # 노드 버전 지정! 여러 개도 가능! ['18.x', '14.x'] 요렇게 steps: # build 할 코드를 가져옴 (코드 checkout - github에서 제공해주는 checkout@v3 사용)