Skip to content

Commit

Permalink
updating the client to fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Dracks committed Nov 7, 2024
1 parent f03e9ab commit ca45fc6
Show file tree
Hide file tree
Showing 11 changed files with 380 additions and 306 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-view.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on: [pull_request]

env:
NODE_VERSION: 20
PNPM_VERSION: 9.12.0

jobs:
test:
Expand All @@ -18,6 +19,7 @@ jobs:
name: Install pnpm
with:
run_install: false
version: ${{ env.PNPM_VERSION }}

- name: Install Node.js
uses: actions/setup-node@v4
Expand All @@ -36,6 +38,7 @@ jobs:
name: Install pnpm
with:
run_install: false
version: ${{ env.PNPM_VERSION }}

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ dependencies:
react-router-dom: ^6.26.2
recharts: ^2.13.0
zod: ^3.23.8
packageManager: [email protected]
Loading

0 comments on commit ca45fc6

Please sign in to comment.