Skip to content

Commit 827c9b0

Browse files
chore(deps): update pnpm to v9.15.9 (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thibaut SEVERAC <thib3113@gmail.com>
1 parent 849ede9 commit 827c9b0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: pnpm-install
3838
with:
3939
run_install: true
40-
version: 9.15.4
40+
version: 9.15.9
4141

4242
- name: Get pnpm store directory
4343
id: pnpm-cache
@@ -67,7 +67,7 @@ jobs:
6767
id: pnpm-install
6868
with:
6969
run_install: true
70-
version: 9.15.4
70+
version: 9.15.9
7171
- id: set-matrix
7272
run: |
7373
export MATRIX=$(pnpm -s m ls --depth -1 -F "./packages/**" --json | jq -c)
@@ -149,7 +149,7 @@ jobs:
149149
id: pnpm-install
150150
with:
151151
run_install: true
152-
version: 9.15.4
152+
version: 9.15.9
153153

154154
- name: Get pnpm store directory
155155
id: pnpm-cache

.github/workflows/build_and_test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
id: pnpm-install
3838
with:
3939
run_install: true
40-
version: 9.15.4
40+
version: 9.15.9
4141

4242
- name: Get pnpm store directory
4343
id: pnpm-cache

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"typedoc": "0.28.19",
2525
"typescript": "6.0.3"
2626
},
27-
"packageManager": "pnpm@9.15.4"
27+
"packageManager": "pnpm@9.15.9"
2828
}

0 commit comments

Comments
 (0)