From f2c7ba6c34c8943dc24a1c41317d536c1a63cb36 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Tue, 14 Dec 2021 13:54:40 +0530 Subject: [PATCH] ci: use node v16 for `macOS` and `windows` jobs (#15418) --- .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 1087ab4e4de..5d9aa9536c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,9 @@ jobs: node: [17.x, 16.x, 14.x, 12.x, "12.22.0"] include: - os: windows-latest - node: "12.x" + node: "16.x" - os: macOS-latest - node: "12.x" + node: "16.x" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2