Clear the package-lock.json from in the workflow
Some checks failed
Run Socket Server Tests / test (push) Failing after 0s

This commit is contained in:
Logan Cusano
2024-04-06 03:39:48 -04:00
parent a423417949
commit 49c1a1d724

View File

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