Merge pull request #301 from aminya/renovate/pnpm-9.x [skip ci]

This commit is contained in:
Amin Yahyaabadi 2024-09-20 19:58:03 -07:00 committed by GitHub
commit 88f2cb4b22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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/*"
],