diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a631c6ca8..ecc7269e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,6 @@ jobs: - run: npm test - run: npm run coverage - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: env_vars: OS, NODE_VERSION \ No newline at end of file