From 45df836c84a7f01451de715964fa7e6c9e5f74a7 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sat, 25 Dec 2021 15:55:26 +0530 Subject: [PATCH] ci: use node v16 for `macOS` and `windows` jobs --- .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 3cebc4b1..920e43ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,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