Update workflow.yml

This commit is contained in:
Danny McCormick
2019-07-25 23:00:31 -04:00
committed by GitHub
parent 9aacf6aeaa
commit 0a64f32b4e

View File

@@ -4,7 +4,7 @@ jobs:
Ubuntu:
name: Run Ubuntu
runs-on: ubuntu-latest
actions:
steps:
- name: Set Node.js 10.x
uses: bryanmacfarlane/node-config@master
with:
@@ -30,7 +30,7 @@ jobs:
Windows:
name: Run Windows
runs-on: windows-latest
actions:
steps:
- name: Set Node.js 10.x
uses: bryanmacfarlane/node-config@master
with: