Skip to content

Commit

Permalink
Switch from jest to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Bardadym committed Dec 26, 2024
1 parent 04a72ee commit d2a2092
Show file tree
Hide file tree
Showing 21 changed files with 3,406 additions and 6,600 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci --ignore-scripts
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
Loading

0 comments on commit d2a2092

Please sign in to comment.