Skip to content

Commit

Permalink
Upgrade turborepo (#111)
Browse files Browse the repository at this point in the history
To align with our internal build upgrades
  • Loading branch information
manugoyal authored Jan 16, 2025
1 parent c7f4853 commit a6bd129
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
with:
node-version: 20

- uses: pnpm/action-setup@v3
with:
version: 8
- uses: pnpm/action-setup@v4

- name: Install Dependencies
id: install
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run test
- run: pnpm run build
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
"openai": "4.47.1",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.5"
}
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["//"],
"pipeline": {
"tasks": {
"build": {
"outputs": ["**/jsdist/**"]
}
Expand Down

0 comments on commit a6bd129

Please sign in to comment.