From 8ed35d5c417615d8e71aed148665052c6a9722a8 Mon Sep 17 00:00:00 2001 From: Alec Gibson <12036746+alecgibson@users.noreply.github.com> Date: Tue, 12 Jul 2022 17:24:39 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=91=B7=20Verbose=20GH=20Actions?= =?UTF-8?q?=20installation"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 16d7431c6d5314da3e4e5215721379618556b086. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2363d7ec4..c1eec7e7f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Install - run: npm install --verbose + run: npm install - name: Lint run: npm run lint - name: Test