Skip to content

Commit 0553a29

Browse files
committed
Upgrade pnpm to 10.14.0
1 parent cb2824d commit 0553a29

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Install pnpm
32-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
32+
uses: pnpm/action-setup@v4
3333
with:
34-
version: 9.12.2
34+
version: 10.14.0
3535

3636
- name: Set up Node.js
3737
uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
]
2222
}
2323
},
24-
"packageManager": "pnpm@9.12.2"
24+
"packageManager": "pnpm@10.14.0"
2525
}

0 commit comments

Comments
 (0)