From 9397e118f80704cf97d4ab1c703e2277c62f9dd9 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Sat, 6 Jan 2024 12:50:57 +0100 Subject: [PATCH] chore(ci): Update task names to say "node 20" --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61c51cbebd7a..336f8f802a1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] - name: 🏗 Build, lint, test / ${{ matrix.os }} / node 18 latest + name: 🏗 Build, lint, test / ${{ matrix.os }} / node 20 latest runs-on: ${{ matrix.os }} steps: @@ -144,7 +144,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] - name: 🏗 Build, lint, test / ${{ matrix.os }} / node 18 latest + name: 🏗 Build, lint, test / ${{ matrix.os }} / node 20 latest runs-on: ${{ matrix.os }} steps: @@ -157,7 +157,7 @@ jobs: matrix: bundler: [vite, webpack] - name: 🌲 Tutorial E2E / ${{ matrix.bundler }} / node 18 latest + name: 🌲 Tutorial E2E / ${{ matrix.bundler }} / node 20 latest runs-on: ubuntu-latest steps: @@ -235,7 +235,7 @@ jobs: matrix: bundler: [vite, webpack] - name: 🌲 Tutorial E2E / ${{ matrix.bundler }} / node 18 latest + name: 🌲 Tutorial E2E / ${{ matrix.bundler }} / node 20 latest runs-on: ubuntu-latest steps: @@ -249,7 +249,7 @@ jobs: os: [ubuntu-latest, windows-latest] bundler: [vite, webpack] - name: 🔄 Smoke tests / ${{ matrix.os }} / ${{ matrix.bundler }} / node 18 latest + name: 🔄 Smoke tests / ${{ matrix.os }} / ${{ matrix.bundler }} / node 20 latest runs-on: ${{ matrix.os }} env: @@ -427,7 +427,7 @@ jobs: # # ``` # env: - # RECORD_REPLAY_METADATA_TEST_RUN_TITLE: 🔄 Smoke tests / ${{ matrix.os }} / node 18 latest + # RECORD_REPLAY_METADATA_TEST_RUN_TITLE: 🔄 Smoke tests / ${{ matrix.os }} / node 20 latest # RECORD_REPLAY_TEST_METRICS: 1 # ``` # @@ -446,7 +446,7 @@ jobs: os: [ubuntu-latest, windows-latest] bundler: [vite, webpack] - name: 🔄 Smoke tests / ${{ matrix.os }} / ${{ matrix.bundler }} / node 18 latest + name: 🔄 Smoke tests / ${{ matrix.os }} / ${{ matrix.bundler }} / node 20 latest runs-on: ${{ matrix.os }} steps: @@ -459,7 +459,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] - name: 🔭 Telemetry check / ${{ matrix.os }} / node 18 latest + name: 🔭 Telemetry check / ${{ matrix.os }} / node 20 latest runs-on: ${{ matrix.os }} env: @@ -506,7 +506,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] - name: 🔭 Telemetry check / ${{ matrix.os }} / node 18 latest + name: 🔭 Telemetry check / ${{ matrix.os }} / node 20 latest runs-on: ${{ matrix.os }} steps: