From 1c8e73c1206e4dbce16fb7e176803669682335c6 Mon Sep 17 00:00:00 2001 From: ibulog <20479184+ibulog@users.noreply.github.com> Date: Mon, 12 Jun 2023 15:01:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E7=94=A8=E3=83=AF=E3=83=BC=E3=82=AF=E3=83=95=E3=83=AD=E3=83=BC?= =?UTF-8?q?=E3=81=A7=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=8BNode=E3=81=AE?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=9214?= =?UTF-8?q?=E2=86=9216=E3=81=AB=E3=82=A2=E3=83=97=E3=83=87=20(#349)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/startRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/startRelease.yml b/.github/workflows/startRelease.yml index 6c7169b..2f2898f 100644 --- a/.github/workflows/startRelease.yml +++ b/.github/workflows/startRelease.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 16 - name: git config run: | git config user.email "41898282+github-actions[bot]@users.noreply.github.com"