diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index 69e75fec..28df04b6 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -75,7 +75,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12, 14, 16] + node-version: [14, 16] steps: - uses: actions/checkout@v2 - name: Yarn version diff --git a/.github/workflows/proxy.yml b/.github/workflows/proxy.yml index 04e91797..6f991b09 100644 --- a/.github/workflows/proxy.yml +++ b/.github/workflows/proxy.yml @@ -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: