From 8b8fec57fec5727e100f64e563d0f294bf65a45c Mon Sep 17 00:00:00 2001 From: na2na-p Date: Wed, 10 Aug 2022 17:01:19 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20Node=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c023c78..89d2028 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Set Node.js 18.x + - name: Set Node.js 16.x uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 16.x - name: ci run: yarn install --immutable --immutable-cache --check-cache - name: ESLint