Skip to content

Commit f8dbdc0

Browse files
committed
bump up pnpm version in ci
1 parent 91d1e0c commit f8dbdc0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
nodeVersion: 20
2222
packageManager: pnpm
23-
packageManagerVersion: 9.1.0
23+
packageManagerVersion: 9.10.0
2424

2525
- name: Lint
2626
run: pnpm lint
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
nodeVersion: ${{ matrix.node-version }}
4444
packageManager: pnpm
45-
packageManagerVersion: 9.1.0
45+
packageManagerVersion: 9.10.0
4646

4747
- name: Setup git user information
4848
run: |

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
buildScript: build
2222
nodeVersion: 20
2323
packageManager: pnpm
24-
packageManagerVersion: 9.1.0
24+
packageManagerVersion: 9.10.0
2525
secrets:
2626
githubToken: ${{ secrets.GITHUB_TOKEN }}
2727
npmToken: ${{ secrets.NPM_TOKEN }}
@@ -34,7 +34,7 @@ jobs:
3434
buildScript: build
3535
nodeVersion: 20
3636
packageManager: pnpm
37-
packageManagerVersion: 9.1.0
37+
packageManagerVersion: 9.10.0
3838
restoreDeletedChangesets: true
3939
secrets:
4040
githubToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
nodeVersion: 20
2626
packageManager: pnpm
27-
packageManagerVersion: 9.1.0
27+
packageManagerVersion: 9.10.0
2828

2929
- name: Set variables
3030
id: vars

0 commit comments

Comments
 (0)