Merge remote-tracking branch 'origin/main'
All checks were successful
Setup testing environment and test the code / build (push) Successful in 1m17s

This commit is contained in:
2026-04-06 08:00:21 +02:00

View File

@@ -43,7 +43,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '24'
- name: Create .env file
run: |
@@ -54,4 +54,4 @@ jobs:
- name: Run Vitest
run: |
npm install
npm test
npm test --experimental-websocket