This commit is contained in:
eric sciple 2020-03-10 11:49:55 -04:00
parent 5fb96a5419
commit be07249599

View file

@ -46,8 +46,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Clear tool cache - name: Clear tool cache
run: mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old" run: mv "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
- name: Setup node 0.12.18 - name: Setup node 0.12.18 # For non LTS versions of Node, the zip is not always available
uses: ./ uses: ./ # and falls back to downloading node.exe and node.lib
with: with:
node-version: 0.12.18 node-version: 0.12.18
- name: Verify node - name: Verify node