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