From 30fd5a6121866d3aa2021ab32d7ea39093ca8e35 Mon Sep 17 00:00:00 2001 From: shimataro Date: Wed, 18 Sep 2019 23:07:39 +0900 Subject: [PATCH] * remove "npm i" --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 863b6ba..1cdbec4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,9 +28,5 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.nodejs }} - - name: Install node-gyp - run: npm i -g node-gyp - - name: Install dependencies - run: npm i - name: Build run: npm run build