chore(deps): update pnpm to v9.11.0

This commit is contained in:
renovate[bot] 2024-09-21 02:35:51 +00:00 committed by Amin Yahyaabadi
parent ff4c8289ac
commit 52acadc64a
No known key found for this signature in database
GPG Key ID: F52AF77F636088F0
2 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ jobs:
node:
- 22.6.0
pnpm:
- 9.10.0
- 9.11.0
steps:
- uses: actions/checkout@v4
with:
@ -97,7 +97,7 @@ jobs:
node:
- 22
pnpm:
- 9.10.0
- 9.11.0
steps:
- uses: actions/checkout@v4
@ -164,7 +164,7 @@ jobs:
node:
- 22
pnpm:
- 9.10.0
- 9.11.0
steps:
- uses: actions/checkout@v4
with:
@ -245,7 +245,7 @@ jobs:
node:
- 22
pnpm:
- 9.10.0
- 9.11.0
container:
- { file: "ubuntu-llvm.dockerfile", image: "setup-cpp-ubuntu-llvm", tag: "22.04-0.43.0" }
- { file: "fedora-llvm.dockerfile", image: "setup-cpp-fedora-llvm", tag: "40-0.43.0" }

View File

@ -187,7 +187,7 @@
"node": ">=12.x",
"pnpm": "^9"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"workspaces": [
"packages/*"
],