Skip to content

Commit

Permalink
Merge pull request #251 from engineerd/chore/update-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei authored Oct 21, 2024
2 parents b0e6506 + b2046cd commit cd54421
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
cache: npm

Expand All @@ -19,6 +19,6 @@ jobs:

- run: npm run test:coverage

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4

- run: npm audit
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
kind:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
cache: npm

Expand Down

0 comments on commit cd54421

Please sign in to comment.