From a66d2b50ce90dce30802b032a89a874643830f7a Mon Sep 17 00:00:00 2001 From: kyletsang <6854874+kyletsang@users.noreply.github.com> Date: Wed, 29 Dec 2021 12:34:19 -0800 Subject: [PATCH] chore(ci): update node version to 16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8eacba0e63..20c7cece93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2 with: - node-version: 12.x + node-version: 16.x cache: yarn - name: Update Brew (macOS) if: matrix.os == 'macOS-latest'