From cf16ac50d40e06b7eb62a3ad2f25a43aa98cae72 Mon Sep 17 00:00:00 2001 From: Emilio Orsi Date: Thu, 15 Feb 2024 17:36:27 -0300 Subject: [PATCH] Use Node20 in ghActions --- .github/workflows/test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f074242..0420d9d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,11 @@ jobs: run: npm run test:coverage - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 - node-version: '20' - env: - token: ${{ secrets.CODECOV_TOKEN }} + with: + token: ${{secrets.CODECOV_TOKEN}} + file: ./coverage/lcov.info + flags: unittests + name: codecov-umbrella + fail_ci_if_error: true slug: orsiemilio/JsonShapeShifter + \ No newline at end of file