From 6b116ed1adaf8c598c7cf839e6092b07cb5f7df6 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 18 Oct 2024 06:48:48 +0900 Subject: [PATCH] Fix c8 codecov upstream issue for the time being --- .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 90f315ae..3fb056b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x] + node-version: 14.x steps: - name: Checkout uses: actions/checkout@v1