From 5298ee9ee1c535a95a0759d3e859429e7b9fa7dc Mon Sep 17 00:00:00 2001 From: pccommen Date: Mon, 12 Aug 2024 10:45:44 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20github=20Action=EC=9D=98=20=EB=A7=9E?= =?UTF-8?q?=EB=8A=94=20=EC=83=88=EB=A1=9C=EC=9A=B4=20appspec.yml=EC=9D=84?= =?UTF-8?q?=20=EA=B5=AC=ED=98=84=20(CC-134)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/appspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appspec.yml b/.github/workflows/appspec.yml index 260a18a..672f583 100644 --- a/.github/workflows/appspec.yml +++ b/.github/workflows/appspec.yml @@ -11,6 +11,6 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "20.15.0" - run: npm install - run: npm test