Skip to content

Commit dac029d

Browse files
committed
fix: pnpm version
1 parent 8910a1f commit dac029d

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: ./.github/actions/initialize
2323
- uses: pnpm/action-setup@v4
24-
with:
25-
version: 9.10.0
2624
- uses: actions/setup-node@v4
2725
with:
2826
node-version: "22.x"

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
ref: main
1414
- uses: ./.github/actions/initialize
1515
- uses: pnpm/action-setup@v4
16-
with:
17-
version: 9.10.0
1816
- uses: actions/setup-node@v4
1917
with:
2018
node-version: "22.x"
@@ -33,8 +31,6 @@ jobs:
3331
ref: main
3432
- uses: ./.github/actions/initialize
3533
- uses: pnpm/action-setup@v4
36-
with:
37-
version: 9.10.0
3834
- uses: actions/setup-node@v4
3935
with:
4036
node-version: "22.x"
@@ -57,8 +53,6 @@ jobs:
5753
with:
5854
ref: main
5955
- uses: pnpm/action-setup@v4
60-
with:
61-
version: 9.10.0
6256
- uses: actions/setup-node@v4
6357
with:
6458
node-version: "22.x"

.github/workflows/versionUp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
ref: main
1515
- uses: ./.github/actions/initialize
1616
- uses: pnpm/action-setup@v4
17-
with:
18-
version: 9.10.0
1917
- uses: actions/setup-node@v4
2018
with:
2119
node-version: "22.x"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
"peerDependencies": {
138138
"typescript": ">=5"
139139
},
140+
"packageManager": "[email protected]",
140141
"engines": {
141142
"pnpm": ">=9"
142143
},

0 commit comments

Comments
 (0)