diff --git a/.github/workflows/infra.yml b/.github/workflows/infra.yml index 36f0084ffc..40cb3362c1 100644 --- a/.github/workflows/infra.yml +++ b/.github/workflows/infra.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci - run: npm run build diff --git a/.github/workflows/publish_canary.yml b/.github/workflows/publish_canary.yml index 18d527b2a8..9463dac31a 100644 --- a/.github/workflows/publish_canary.yml +++ b/.github/workflows/publish_canary.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 registry-url: 'https://registry.npmjs.org' - run: npm i -g npm@8.3 - run: npm ci @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - run: npm i -g npm@7 - name: Deploy Canary run: bash utils/build/deploy-trace-viewer.sh --canary diff --git a/.github/workflows/publish_release_docker.yml b/.github/workflows/publish_release_docker.yml index cd597d083c..3042a45d93 100644 --- a/.github/workflows/publish_release_docker.yml +++ b/.github/workflows/publish_release_docker.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 registry-url: 'https://registry.npmjs.org' - uses: azure/docker-login@v1 with: diff --git a/.github/workflows/publish_release_driver.yml b/.github/workflows/publish_release_driver.yml index ea3bc21758..b71b906925 100644 --- a/.github/workflows/publish_release_driver.yml +++ b/.github/workflows/publish_release_driver.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 registry-url: 'https://registry.npmjs.org' - run: npm i -g npm@8.3 - run: npm ci diff --git a/.github/workflows/publish_release_npm.yml b/.github/workflows/publish_release_npm.yml index 91da7dafa3..1aef3b1eb8 100644 --- a/.github/workflows/publish_release_npm.yml +++ b/.github/workflows/publish_release_npm.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 registry-url: 'https://registry.npmjs.org' - run: npm i -g npm@8.3 - run: npm ci diff --git a/.github/workflows/publish_release_traceviewer.yml b/.github/workflows/publish_release_traceviewer.yml index 6ca16640ec..78da073236 100644 --- a/.github/workflows/publish_release_traceviewer.yml +++ b/.github/workflows/publish_release_traceviewer.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - run: npm i -g npm@7 - name: Deploy Stable run: bash utils/build/deploy-trace-viewer.sh --stable diff --git a/.github/workflows/roll_browser_into_playwright.yml b/.github/workflows/roll_browser_into_playwright.yml index 54820c8cf0..992c4bab96 100644 --- a/.github/workflows/roll_browser_into_playwright.yml +++ b/.github/workflows/roll_browser_into_playwright.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - run: npm i -g npm@8.3 - run: npm ci - run: npm run build diff --git a/.github/workflows/tests_android.yml b/.github/workflows/tests_android.yml index ab100231a5..ace8e8a2a2 100644 --- a/.github/workflows/tests_android.yml +++ b/.github/workflows/tests_android.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - run: npm i -g npm@8.3 - run: npm ci env: diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index 9283556f8f..34a5c033bf 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -91,7 +91,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12] + node-version: [14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -123,7 +123,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - run: npm i -g npm@8.3 - run: npm ci env: @@ -139,7 +139,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - run: npm ci env: DEBUG: pw:install diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index afd07669a9..31009d9de6 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -90,7 +90,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -115,8 +115,6 @@ jobs: fail-fast: false matrix: node_version: - - "12.0.0" - - "^12.0.0" - "^14.1.0" # pre 14.1, zip extraction was broken (https://github.com/microsoft/playwright/issues/1988) - "^16.0.0" - "^18.0.0" @@ -147,7 +145,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -178,7 +176,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -213,7 +211,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -234,7 +232,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -259,7 +257,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -286,7 +284,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -311,7 +309,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -336,7 +334,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -363,7 +361,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -388,7 +386,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -413,7 +411,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -440,7 +438,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -465,7 +463,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -491,7 +489,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -515,7 +513,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -540,7 +538,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -565,7 +563,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -589,7 +587,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -614,7 +612,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -639,7 +637,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -663,7 +661,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -688,7 +686,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -713,7 +711,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -740,7 +738,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -765,7 +763,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: @@ -789,7 +787,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci - run: npm run build diff --git a/.github/workflows/tests_video.yml b/.github/workflows/tests_video.yml index 7642c50998..284318743e 100644 --- a/.github/workflows/tests_video.yml +++ b/.github/workflows/tests_video.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: npm i -g npm@8.3 - run: npm ci env: