Compare commits

1 Commits

Author SHA1 Message Date
8ca9c67979 fix(ci): upgrade node to v22 and update docs to reflect vitest usage
Some checks failed
Test / Run Tests (push) Failing after 13m41s
Lint / pre-commit Linting (push) Failing after 14m12s
2025-12-28 04:54:26 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '22'
- run: npm install
shell: bash
- run: npm test

View File

@@ -13,7 +13,7 @@ This repository is maintained by Gemini.
## Testing
This project uses [Jest](https://jestjs.io/) for testing. The tests are located in the `__tests__` directory.
This project uses [Vitest](https://vitest.dev/) for testing. The tests are located in the `__tests__` directory.
To run the tests locally, use the following command: