1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-09 02:15:52 +00:00
This commit is contained in:
eric sciple 2020-01-24 17:05:25 -05:00
parent 3d683016c5
commit 71f9ca191a

View file

@ -69,3 +69,19 @@ jobs:
- name: Verify node and npm
run: __tests__/verify-node.sh 10 5
test-bypass-proxy:
runs-on: ubuntu-latest
env:
https_proxy: http://no-such-proxy:3128
no_proxy: github.com,nodejs.org,registry.npmjs.org
steps:
- uses: actions/checkout@users/ericsciple/m165proxy
- name: Setup node 10
uses: ./
with:
node-version: 10.x
- name: Verify node and npm
run: __tests__/verify-node.sh 10 5