Clean up client dependencies (#1954)

Co-authored-by: samfreund <techguy763@gmail.com>
Co-authored-by: Gold856 <117957790+Gold856@users.noreply.github.com>
This commit is contained in:
Graham
2025-05-07 12:06:07 -04:00
committed by GitHub
parent bec8092660
commit 74322affde
13 changed files with 3250 additions and 1537 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
- name: Install Dependencies
run: npm ci
- name: Build Production Client