From eaf2b6e7325fa4490b745a98e420d2da53fa7a48 Mon Sep 17 00:00:00 2001 From: hyunmin0317 Date: Fri, 8 Nov 2024 11:50:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20node=20=EB=B2=84=EC=A0=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20(#27)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ed071f7..d22ca8c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js 20 uses: actions/setup-node@v3 with: - node-version: '20' + node-version: '20.11.1' - name: Install Dependencies run: npm ci