Skip to content

Commit

Permalink
chore(ci): Update node version for telemetry check (#8004)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Update ci.yml
  • Loading branch information
Josh-Walker-GM authored Apr 4, 2023
1 parent 385064d commit e3c8dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e3c8dbf

Please sign in to comment.