Update workflow.yml (#7)

This commit is contained in:
Danny McCormick 2019-07-23 13:22:11 -04:00 committed by GitHub
parent 32271541ae
commit 945aa11163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,9 @@ jobs:
matrix:
operating-system: [ubuntu-latest, windows-latest]
actions:
- name: Checkout
uses: actions/checkout@master
- name: Set Node.js 10.x
uses: actions/setup-node@master
with: