Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 19, 2023
1 parent 3504b30 commit cfb8f55
Show file tree
Hide file tree
Showing 3 changed files with 6,414 additions and 14,292 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}

Expand All @@ -52,7 +52,7 @@ jobs:
- run: npm install
- run: npm run lint
- run: npm test
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
if: matrix.os == 'ubuntu-latest' && matrix.node_version == 14
with:
fail_ci_if_error: true
Loading

0 comments on commit cfb8f55

Please sign in to comment.