Skip to content

Commit 3ecf841

Browse files
authored
chore: update pnpm to v10 (#122)
1 parent a9174bb commit 3ecf841

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 20
16-
- uses: pnpm/action-setup@v2
17-
with:
18-
version: 8.8.0
16+
- uses: pnpm/action-setup@v4
1917
- name: Install Packages
2018
run: |
2119
pnpm i

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 20
16-
- uses: pnpm/action-setup@v2
17-
with:
18-
version: 8.8.0
16+
- uses: pnpm/action-setup@v4
1917
- name: Prepare Packages
2018
run: |
2119
pnpm i

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "turbo run dev --parallel --no-cache --filter=./packages/*",
77
"test": "CI=1 turbo test --filter=./packages/*",
8-
"build": "turbo build --filter=./packages/*",
8+
"build": "turbo build --filter=./packages/*",
99
"build:docs": "turbo build --filter=./docs",
1010
"prepare": "husky install",
1111
"docker:build": "docker build -t temp-build . && docker rmi --force temp-build"
@@ -19,5 +19,5 @@
1919
"typescript": "~5.6.2",
2020
"vitest": "^0.33.0"
2121
},
22-
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
22+
"packageManager": "pnpm@10.6.2"
2323
}

0 commit comments

Comments
 (0)