From 2c02cad84acc056246ac41ff51d8b772d190fcdb Mon Sep 17 00:00:00 2001 From: K Date: Sat, 2 Dec 2023 09:32:12 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20use=20node18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bf2d309..fd50918 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' cache: 'yarn' - name: Install all deps