From 1b84ae9f3fc65b5184f6e96ff844d0e6425472e1 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Mon, 16 Aug 2021 16:33:45 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20yarn.lock=E3=81=8C=E3=81=8A=E3=81=8B?= =?UTF-8?q?=E3=81=97=E3=81=8B=E3=81=A3=E3=81=9F=E3=82=89CI=E3=81=A7?= =?UTF-8?q?=E3=82=B3=E3=82=B1=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=20(#7634?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nodejs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7e02ba39f..c6e5329c2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -35,6 +35,8 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install dependencies run: yarn install + - name: Check yarn.lock + run: git diff --exit-code yarn.lock - name: Copy Configure run: cp .circleci/misskey/*.yml .config - name: Build