fix(ci): upgrade node to v22 and update docs to reflect vitest usage (#55)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m13s
Test / Run Tests (push) Successful in 3m19s

Reviewed-on: #55
This commit is contained in:
2025-12-28 06:05:40 +01:00
parent 6d3fc8f737
commit 1730ad07fc
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