Update nodejs.yml

This commit is contained in:
Adam Wathan 2020-04-16 08:45:53 -04:00 committed by GitHub
parent ad9fcaf919
commit da83070c24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm install
- run: npm run prepare
- run: npm test
env:
CI: true