mirror of
https://github.com/actions/setup-node
synced 2025-04-10 02:45:50 +00:00
.
This commit is contained in:
parent
5fb96a5419
commit
be07249599
1 changed files with 2 additions and 2 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue