Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit d7d9b90

Browse files
authored
chore: upgrade to turbo 2 (#132)
* chore: upgrade to turbo 2 * ci: use pnpm 9 * Update ci.yml * Update release.yml
1 parent 89dd0ef commit d7d9b90

File tree

5 files changed

+72
-65
lines changed

5 files changed

+72
-65
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: pnpm/action-setup@v4
21-
with:
22-
version: 8
2321
- name: Use Node.js ${{ matrix.node-version }}
2422
uses: actions/setup-node@v4
2523
with:

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: pnpm/action-setup@v4
21-
with:
22-
version: 8
2321
- name: Use Node.js ${{ matrix.node-version }}
2422
uses: actions/setup-node@v4
2523
with:

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"github-slugger": "^2.0.0",
77
"lefthook": "^1.6.15",
88
"prettier": "^3.3.0",
9-
"turbo": "^1.13.3",
9+
"turbo": "^2.0.3",
1010
"typescript": "^5.4.5",
1111
"vite-node": "^1.6.0",
1212
"vitest": "^1.6.0"
@@ -25,5 +25,6 @@
2525
"bench": "vitest bench",
2626
"profile": "vite-node packages/openapi-parser/createProfile.ts",
2727
"types:check": "pnpm -r types:check"
28-
}
28+
},
29+
"packageManager": "[email protected]"
2930
}

pnpm-lock.yaml

+68-58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"pipeline": {
3+
"tasks": {
44
"build": {
55
"outputs": ["dist/**"],
66
"dependsOn": ["^build"]

0 commit comments

Comments
 (0)