Update and rename node.js.yml to node-ci.js.yml

This commit is contained in:
Michael Teeuw 2020-12-20 20:00:54 +01:00 committed by GitHub
parent 299e4a497f
commit 54ac450f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test:prettier
- run: npm run test:js
- run: npm run test:css