From 4178cbfda306a22984a371cd6a8c81f88daa9d93 Mon Sep 17 00:00:00 2001 From: Carlos Ortega Date: Fri, 10 May 2024 15:45:56 -0400 Subject: [PATCH] node.js 20 --- .github/workflows/coveralls.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 87f28fd..3bc5cbd 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -11,6 +11,13 @@ jobs: runs-on: ubuntu-latest steps: + + - uses: actions/checkout@v3 + - name: Use Node.js 20.x + uses: actions/setup-node@v3 + with: + node-version: 20.x + - name: Checkout code uses: actions/checkout@v4 @@ -37,5 +44,4 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: ./coverage.lcov - node-version: 20 \ No newline at end of file + path-to-lcov: ./coverage.lcov \ No newline at end of file