Update workflow.yml (#4)

* Update workflow.yml

* Update workflow.yml

* Update workflow.yml
This commit is contained in:
Danny McCormick
2019-07-25 22:57:30 -04:00
committed by GitHub
parent 20611101d6
commit c164462739

View File

@@ -7,9 +7,12 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
actions:
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set Node.js 10.x
uses: bryanmacfarlane/node-config@master
uses: actions/setup-node@master
with:
version: 10.x