From 0c425cfb97c84cf59f0fa98f31f5cda423a16194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 20 Apr 2021 19:47:17 -0400 Subject: [PATCH] chore: run coverage-test against node 16 (#13183) --- .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 7cd8beea6d..7c4f8d7d29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v2-beta with: - node-version: "15" + node-version: "16" - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)"