Try ci again

This commit is contained in:
Danny McCormick 2019-06-07 16:30:03 -04:00 committed by GitHub
parent 2531f6b1cf
commit f8db3b9411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,13 @@ jobs:
matrix:
operating-system: [Linux, macOS, Windows]
actions:
- name: npm install
run: npm install
- name: Set Node.js 10.x
uses: bryanmacfarlane/node-config@master
with:
version: 10.x
- name: npm ci
run: npm ci
- name: Lint
run: npm run format-check