Update nodejs.yml

feat/ci
Raphael 2019-10-24 23:11:32 +02:00 committed by GitHub
parent fe1e675869
commit 6f133fefe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -16,11 +16,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
env:
CI: true
- name: Lint & build
run: |
set -o pipefail
npm install
npm run bootstrap
npm run client:lint