Skip to content

Commit

Permalink
chore: fix turbo and dashboard build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Aug 24, 2024
1 parent 9f13a81 commit 9d8121b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
node-version: 22.x
- name: Install
run: |
npm install -g corepack
mkdir -p ~/.volta/bin
corepack enable --install-directory ~/.volta/bin
npm install
- name: Test Build
run: |
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"workspaces": [
"apps/*",
"packages/*"
]
],
"packageManager": "[email protected]"
}

0 comments on commit 9d8121b

Please sign in to comment.