From fb9336cef058c47b1d9557f65ebf759e6b76d3c8 Mon Sep 17 00:00:00 2001 From: Bervianto Leo Pratama Date: Sat, 1 Jun 2024 10:14:02 +0700 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4e8e418..e7631e6 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -46,7 +46,7 @@ jobs: env: CI: true - uses: codecov/codecov-action@v4.4.1 - if: ${{ matrix.node-version == '18.x' }} + if: ${{ matrix.node-version == '20.x' }} name: Upload Coverage docker-test: runs-on: ubuntu-22.04