mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 12:22:12 +00:00
.
This commit is contained in:
parent
9c455c4c56
commit
8a5a93bad9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
https_proxy: http://squid-proxy:3128
|
https_proxy: http://squid-proxy:3128
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@users/ericsciple/m165proxy
|
- uses: actions/checkout@v2
|
||||||
- name: Clear tool cache
|
- name: Clear tool cache
|
||||||
run: rm -rf $RUNNER_TOOL_CACHE/*
|
run: rm -rf $RUNNER_TOOL_CACHE/*
|
||||||
- name: Setup node 10
|
- name: Setup node 10
|
||||||
|
@ -70,7 +70,7 @@ jobs:
|
||||||
https_proxy: http://no-such-proxy:3128
|
https_proxy: http://no-such-proxy:3128
|
||||||
no_proxy: github.com,nodejs.org,registry.npmjs.org
|
no_proxy: github.com,nodejs.org,registry.npmjs.org
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@users/ericsciple/m165proxy
|
- uses: actions/checkout@v2
|
||||||
- name: Clear tool cache
|
- name: Clear tool cache
|
||||||
run: rm -rf $RUNNER_TOOL_CACHE/*
|
run: rm -rf $RUNNER_TOOL_CACHE/*
|
||||||
- name: Setup node 10
|
- name: Setup node 10
|
||||||
|
|
Loading…
Add table
Reference in a new issue