mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-06 20:31:10 +00:00
win change
This commit is contained in:
parent
5e5ef8fd55
commit
1b2d431484
3 changed files with 11 additions and 4 deletions
4
.github/workflows/proxy.yml
vendored
4
.github/workflows/proxy.yml
vendored
|
@ -43,12 +43,12 @@ jobs:
|
|||
fail-fast: false
|
||||
env:
|
||||
https_proxy: http://no-such-proxy:3128
|
||||
no_proxy: github.com,nodejs.org,registry.npmjs.org,*.s3.amazonaws.com
|
||||
no_proxy: api.github.com,github.com,nodejs.org,registry.npmjs.org,*.s3.amazonaws.com
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Clear tool cache
|
||||
run: rm -rf $RUNNER_TOOL_CACHE/*
|
||||
- name: Setup node 10
|
||||
- name: Setup node 12
|
||||
uses: ./
|
||||
with:
|
||||
node-version: 10.x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue