From be07249599e86c066ab40b2118260085d36452ab Mon Sep 17 00:00:00 2001 From: eric sciple Date: Tue, 10 Mar 2020 11:49:55 -0400 Subject: [PATCH] . --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f55fd0cb..5f4a24ec 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -46,8 +46,8 @@ jobs: - uses: actions/checkout@v2 - name: Clear tool cache run: mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old" - - name: Setup node 0.12.18 - uses: ./ + - name: Setup node 0.12.18 # For non LTS versions of Node, the zip is not always available + uses: ./ # and falls back to downloading node.exe and node.lib with: node-version: 0.12.18 - name: Verify node