Merge pull request #148 from xavier2k6/nf_retry_p1

Bump `ci_cd` workflow actions
This commit is contained in:
Nick Fields
2025-02-25 08:56:37 -05:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ jobs:
run: npm ci run: npm ci
- name: Run Unit Tests - name: Run Unit Tests
run: npm test run: npm test
- uses: codecov/codecov-action@v3 - uses: codecov/codecov-action@v5
with: with:
directory: ./coverage/ directory: ./coverage/
verbose: true verbose: true