From 1730ad07fc7863ce68bcdf3e2312d9ff5c936f3f Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 28 Dec 2025 06:05:40 +0100 Subject: [PATCH] fix(ci): upgrade node to v22 and update docs to reflect vitest usage (#55) Reviewed-on: https://git.horstenkamp.eu/Screeps/screeps-deploy-action/pulls/55 --- .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: