Skip to content

Commit

Permalink
feat: Migrate to modern dependencies for v13 (#1821)
Browse files Browse the repository at this point in the history
This updates all dependencies and replaces jest with vitest.

Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
  • Loading branch information
5 people committed Nov 14, 2023
1 parent 9a9079d commit be651aa
Show file tree
Hide file tree
Showing 52 changed files with 3,986 additions and 4,005 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -67,8 +68,7 @@ jobs:
cache: npm
- run: npm ci
- run: npm run build
- run: npx jest

- run: npm run test
test:
runs-on: ubuntu-latest
needs: test_matrix
Expand All @@ -81,7 +81,7 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npx jest
- run: npm run test:coverage
- name: codecov
run: npx codecov
env:
Expand Down

0 comments on commit be651aa

Please sign in to comment.