mirror of
https://github.com/actions/setup-node.git
synced 2025-07-18 04:28:23 +02:00
Update actions/core dependencies for releases/v2 (#713)
This commit is contained in:
parent
1f8c6b94b2
commit
7c12f8017d
14 changed files with 4886 additions and 1633 deletions
4
.github/workflows/proxy.yml
vendored
4
.github/workflows/proxy.yml
vendored
|
@ -14,14 +14,12 @@ on:
|
|||
jobs:
|
||||
test-proxy:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
options: --dns 127.0.0.1
|
||||
services:
|
||||
squid-proxy:
|
||||
image: datadog/squid:latest
|
||||
image: ubuntu/squid:latest
|
||||
ports:
|
||||
- 3128:3128
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue