Update .gitea/workflows/server_tests.yaml
Some checks failed
Run Socket Server Tests / test (push) Failing after 19s

Fix node version
This commit is contained in:
2024-04-06 03:27:56 -04:00
parent 8995f8b372
commit 38470bd788

View File

@@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '20'
- name: Install dependencies
working-directory: './server'