Make sure we have right version of node

This commit is contained in:
Danny McCormick 2019-06-07 16:18:29 -04:00 committed by GitHub
parent 574685d9df
commit 53e024a5c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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