From e3c8dbf23c03f4ae7ced73ebb3f643dd5fdb1e6d Mon Sep 17 00:00:00 2001 From: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com> Date: Tue, 4 Apr 2023 02:27:24 +0100 Subject: [PATCH] chore(ci): Update node version for telemetry check (#8004) * Update ci.yml * Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 313876592f16..9ca319cf1893 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -330,7 +330,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - node-version: [16, 18] + node-version: [16.20.0, 18] fail-fast: true name: 🔭 Telemetry check / ${{ matrix.os }} / node ${{ matrix.node-version }} latest runs-on: ${{ matrix.os }} @@ -360,7 +360,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - node-version: [16, 18] + node-version: [16.20.0, 18] name: 🔭 Telemetry check / ${{ matrix.os }} / node ${{ matrix.node-version }} latest runs-on: ${{ matrix.os }} steps: