Use node 12.x

This commit is contained in:
Josh Gross 2019-10-30 16:00:09 -04:00 committed by GitHub
parent e5ee516c44
commit 3b4390ada3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: npm install
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- name: Prettier Format Check
run: npm run format-check