From 9753138530bef4d55c3c8ccce86361a7360bee82 Mon Sep 17 00:00:00 2001 From: Diego Victor Date: Wed, 5 Apr 2023 08:28:01 -0300 Subject: [PATCH] Update config.yml --- .github/workflows/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 9355904..61cc907 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -8,14 +8,14 @@ jobs: env: API_URL: 'http://localhost:3333/v1' steps: - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: node-version: '16' - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run test run: | npm ci npm run test - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: directory: ./tests/coverage/