From ea8d9c54271d7b52fecd507ae8b1ba495842bc68 Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Wed, 2 Oct 2019 21:50:47 +0300 Subject: [PATCH] =?UTF-8?q?npm=20i=20=E2=86=92=20npm=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 221b0c4..b568957 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,9 +17,9 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - name: npm install, build, and test + - name: npm ci, build, and test run: | - npm install + npm ci npm run lint npm run build npm test