Skip to content

Commit d7b1661

Browse files
chore(deps): update pnpm to v9.15.9
1 parent ae4c5b0 commit d7b1661

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929
- uses: pnpm/action-setup@v3
3030
with:
31-
version: v9.1.4
31+
version: 9.15.9
3232
- uses: actions/setup-node@v4
3333
with:
3434
node-version: '20.19.4'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
"typescript": "^5.8.3"
5757
},
5858
"engines": {
59-
"pnpm": "^9.1.4",
59+
"pnpm": "^9.15.9",
6060
"npm": "pnpm",
6161
"yarn": "pnpm",
6262
"node": "^20.12.1"
6363
},
6464
"private": true,
65-
"packageManager": "pnpm@9.1.4"
65+
"packageManager": "pnpm@9.15.9"
6666
}

0 commit comments

Comments
 (0)