Skip to content

Commit b8d239e

Browse files
chore(internal): upgrade pnpm version
1 parent b6d0ab3 commit b8d239e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up pnpm
3030
uses: pnpm/action-setup@v4
3131
with:
32-
version: '10.27.0'
32+
version: '10.30.1'
3333

3434
- name: Bootstrap
3535
run: ./scripts/bootstrap
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up pnpm
5757
uses: pnpm/action-setup@v4
5858
with:
59-
version: '10.27.0'
59+
version: '10.30.1'
6060

6161
- name: Bootstrap
6262
run: ./scripts/bootstrap
@@ -94,7 +94,7 @@ jobs:
9494
- name: Set up pnpm
9595
uses: pnpm/action-setup@v4
9696
with:
97-
version: '10.27.0'
97+
version: '10.30.1'
9898

9999
- name: Bootstrap
100100
run: ./scripts/bootstrap

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "commonjs",
99
"repository": "github:warpdotdev/oz-sdk-typescript",
1010
"license": "Apache-2.0",
11-
"packageManager": "pnpm@10.27.0",
11+
"packageManager": "pnpm@10.30.1",
1212
"files": [
1313
"**/*"
1414
],

0 commit comments

Comments
 (0)