From d493e6d536cc81f364d1f8be9130f2b4dd0aaf2c Mon Sep 17 00:00:00 2001 From: bottlewook Date: Thu, 22 Feb 2024 21:35:02 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=85=B8=EB=93=9C=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd-aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-aws.yml b/.github/workflows/cd-aws.yml index ead809b0..a6607a40 100644 --- a/.github/workflows/cd-aws.yml +++ b/.github/workflows/cd-aws.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Node.js environment uses: actions/setup-node@v2 with: - node-version: '14' # 사용할 Node.js 버전에 맞게 수정할 수 있습니다. + node-version: '18' - name: Install dependencies run: npm install