diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index e538730..b186d97 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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 diff --git a/GEMINI.md b/GEMINI.md index 6457c91..d3d9dc7 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -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: