Skip to content

Commit

Permalink
rid of GH actions complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Aug 29, 2024
1 parent 8ed8553 commit b7c52e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: npm run build
- run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
Expand All @@ -40,7 +40,7 @@ jobs:
if: github.event_name == 'release'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit b7c52e2

Please sign in to comment.