From 53e024a5c70f588adbca86149effcffe0dcf46c2 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 7 Jun 2019 16:18:29 -0400 Subject: [PATCH] Make sure we have right version of node --- .github/main.workflow.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/main.workflow.yml b/.github/main.workflow.yml index ca7e4df5..18c72708 100644 --- a/.github/main.workflow.yml +++ b/.github/main.workflow.yml @@ -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