9090 matrix :
9191 os : [ubuntu-latest, windows-latest]
9292
93- name : π Build, lint, test / ${{ matrix.os }} / node 18 latest
93+ name : π Build, lint, test / ${{ matrix.os }} / node 20 latest
9494 runs-on : ${{ matrix.os }}
9595
9696 steps :
@@ -144,7 +144,7 @@ jobs:
144144 matrix :
145145 os : [ubuntu-latest, windows-latest]
146146
147- name : π Build, lint, test / ${{ matrix.os }} / node 18 latest
147+ name : π Build, lint, test / ${{ matrix.os }} / node 20 latest
148148 runs-on : ${{ matrix.os }}
149149
150150 steps :
@@ -157,7 +157,7 @@ jobs:
157157 matrix :
158158 bundler : [vite, webpack]
159159
160- name : π² Tutorial E2E / ${{ matrix.bundler }} / node 18 latest
160+ name : π² Tutorial E2E / ${{ matrix.bundler }} / node 20 latest
161161 runs-on : ubuntu-latest
162162
163163 steps :
@@ -235,7 +235,7 @@ jobs:
235235 matrix :
236236 bundler : [vite, webpack]
237237
238- name : π² Tutorial E2E / ${{ matrix.bundler }} / node 18 latest
238+ name : π² Tutorial E2E / ${{ matrix.bundler }} / node 20 latest
239239 runs-on : ubuntu-latest
240240
241241 steps :
@@ -249,7 +249,7 @@ jobs:
249249 os : [ubuntu-latest, windows-latest]
250250 bundler : [vite, webpack]
251251
252- name : π Smoke tests / ${{ matrix.os }} / ${{ matrix.bundler }} / node 18 latest
252+ name : π Smoke tests / ${{ matrix.os }} / ${{ matrix.bundler }} / node 20 latest
253253 runs-on : ${{ matrix.os }}
254254
255255 env :
@@ -427,7 +427,7 @@ jobs:
427427 #
428428 # ```
429429 # env:
430- # RECORD_REPLAY_METADATA_TEST_RUN_TITLE: π Smoke tests / ${{ matrix.os }} / node 18 latest
430+ # RECORD_REPLAY_METADATA_TEST_RUN_TITLE: π Smoke tests / ${{ matrix.os }} / node 20 latest
431431 # RECORD_REPLAY_TEST_METRICS: 1
432432 # ```
433433 #
@@ -446,7 +446,7 @@ jobs:
446446 os : [ubuntu-latest, windows-latest]
447447 bundler : [vite, webpack]
448448
449- name : π Smoke tests / ${{ matrix.os }} / ${{ matrix.bundler }} / node 18 latest
449+ name : π Smoke tests / ${{ matrix.os }} / ${{ matrix.bundler }} / node 20 latest
450450 runs-on : ${{ matrix.os }}
451451
452452 steps :
@@ -459,7 +459,7 @@ jobs:
459459 matrix :
460460 os : [ubuntu-latest, windows-latest]
461461
462- name : π Telemetry check / ${{ matrix.os }} / node 18 latest
462+ name : π Telemetry check / ${{ matrix.os }} / node 20 latest
463463 runs-on : ${{ matrix.os }}
464464
465465 env :
@@ -506,7 +506,7 @@ jobs:
506506 matrix :
507507 os : [ubuntu-latest, windows-latest]
508508
509- name : π Telemetry check / ${{ matrix.os }} / node 18 latest
509+ name : π Telemetry check / ${{ matrix.os }} / node 20 latest
510510 runs-on : ${{ matrix.os }}
511511
512512 steps :
0 commit comments