From c1644627397c693abce6fe5756bc21259ef56e14 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 25 Jul 2019 22:57:30 -0400 Subject: [PATCH] Update workflow.yml (#4) * Update workflow.yml * Update workflow.yml * Update workflow.yml --- .github/workflows/workflow.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b8b6223..22e0e06 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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