From 2642964740de8d7fabc4f34b87fe1a9a0aa9e1eb Mon Sep 17 00:00:00 2001 From: Emilio Orsi Date: Thu, 15 Feb 2024 17:33:38 -0300 Subject: [PATCH] Use Node20 in ghActions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6f07a4..f074242 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,6 @@ on: [push, pull_request, workflow_dispatch] jobs: test: runs-on: ubuntu-latest - using: 'node20' steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 @@ -14,6 +13,7 @@ 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 }} slug: orsiemilio/JsonShapeShifter