Update node.js.yml

This commit is contained in:
Ethan Stubbs 2020-06-15 08:37:47 +01:00 committed by GitHub
parent b8d886f68f
commit edc783640c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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