Skip to content

Commit

Permalink
updates deprecated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoputzer committed Sep 16, 2024
1 parent 6983364 commit a2d4b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
env:
NODE_V8_COVERAGE: coverage
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
check-latest: true
node-version-file: .node-version
Expand All @@ -16,7 +16,7 @@ jobs:
- run: npm test
- run: npx c8 report -r lcov
- uses: coverallsapp/github-action@v2
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: code-coverage
path: ${{ env.NODE_V8_COVERAGE }}/lcov-report
Expand Down

0 comments on commit a2d4b35

Please sign in to comment.