Skip to content

Commit 6108a5b

Browse files
Update dependency pnpm to v10
1 parent a85cd53 commit 6108a5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- cron: '0 3 * * *' # daily, at 3am
1111

1212
env:
13-
PNPM_VERSION: 9.15.9
13+
PNPM_VERSION: 10.19.0
1414

1515
jobs:
1616
lint:

.github/workflows/plan-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ref: 'master'
5454
- uses: pnpm/action-setup@v4
5555
with:
56-
version: 9
56+
version: 10
5757
- uses: actions/setup-node@v4
5858
with:
5959
node-version: 18

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: pnpm/action-setup@v4
3232
with:
33-
version: 9
33+
version: 10
3434
- uses: actions/setup-node@v4
3535
with:
3636
node-version: 18

0 commit comments

Comments
 (0)