From 8ca9c67979003f03fc125444e8de188e3f014e0b Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 28 Dec 2025 04:54:26 +0000 Subject: [PATCH] fix(ci): upgrade node to v22 and update docs to reflect vitest usage --- .gitea/workflows/test.yaml | 2 +- GEMINI.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: