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