Skip to content

Commit

Permalink
chore: bump workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgaraszs authored and ankurk91 committed Aug 28, 2024
1 parent 0a06e7c commit 6ecda53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x

Expand All @@ -38,7 +38,7 @@ jobs:
run: npm run test

- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false

Expand Down

0 comments on commit 6ecda53

Please sign in to comment.