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: