From 89056a91cab518878d615af50243651107f2cfcc Mon Sep 17 00:00:00 2001 From: John Date: Thu, 8 Jun 2023 15:37:41 +0800 Subject: [PATCH] ci: update node version --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index bffe83f..7900729 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,7 +15,7 @@ jobs: - name: setup node uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' - name: get yarn cache directory path id: yarn-cache-dir-path