Skip to content

Commit 072d359

Browse files
committed
bump pnpm to 10.13.1 to align with copilotkit repo
1 parent 0402ba8 commit 072d359

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install pnpm
2424
uses: pnpm/action-setup@v4
2525
with:
26-
version: 9.0.0
26+
version: 10.13.1
2727

2828
- name: Install Poetry
2929
uses: snok/install-poetry@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install pnpm
7070
uses: pnpm/action-setup@v4
7171
with:
72-
version: 9.0.0
72+
version: 10.13.1
7373

7474
- name: Setup pnpm cache
7575
uses: actions/cache@v4

typescript-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"turbo": "^2.4.4",
2222
"typescript": "5.8.2"
2323
},
24-
"packageManager": "pnpm@9.0.0",
24+
"packageManager": "pnpm@10.13.1",
2525
"engines": {
2626
"node": ">=18"
2727
},

0 commit comments

Comments
 (0)