mirror of https://github.com/aminya/setup-cpp
Merge pull request #301 from aminya/renovate/pnpm-9.x [skip ci]
This commit is contained in:
commit
88f2cb4b22
|
@ -29,7 +29,7 @@ jobs:
|
||||||
node:
|
node:
|
||||||
- 22.6.0
|
- 22.6.0
|
||||||
pnpm:
|
pnpm:
|
||||||
- 9.10.0
|
- 9.11.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -97,7 +97,7 @@ jobs:
|
||||||
node:
|
node:
|
||||||
- 22
|
- 22
|
||||||
pnpm:
|
pnpm:
|
||||||
- 9.10.0
|
- 9.11.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -164,7 +164,7 @@ jobs:
|
||||||
node:
|
node:
|
||||||
- 22
|
- 22
|
||||||
pnpm:
|
pnpm:
|
||||||
- 9.10.0
|
- 9.11.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -245,7 +245,7 @@ jobs:
|
||||||
node:
|
node:
|
||||||
- 22
|
- 22
|
||||||
pnpm:
|
pnpm:
|
||||||
- 9.10.0
|
- 9.11.0
|
||||||
container:
|
container:
|
||||||
- { file: "ubuntu-llvm.dockerfile", image: "setup-cpp-ubuntu-llvm", tag: "22.04-0.43.0" }
|
- { 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" }
|
- { file: "fedora-llvm.dockerfile", image: "setup-cpp-fedora-llvm", tag: "40-0.43.0" }
|
||||||
|
|
|
@ -187,7 +187,7 @@
|
||||||
"node": ">=12.x",
|
"node": ">=12.x",
|
||||||
"pnpm": "^9"
|
"pnpm": "^9"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.10.0",
|
"packageManager": "pnpm@9.11.0",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue