Update versions and install param
Some checks failed
Run Socket Server Tests / test (push) Failing after 25s

This commit is contained in:
Logan Cusano
2024-04-06 03:36:36 -04:00
parent 2fb0bc8920
commit a423417949
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
working-directory: './server'
run: npm install
run: npm install dev
- run: echo "Node has finished installing dependencies"