Skip to content

Commit acbe3ee

Browse files
committed
chore: use pnpm v10
1 parent ef8d70c commit acbe3ee

File tree

3 files changed

+47
-46
lines changed

3 files changed

+47
-46
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install pnpm
3232
uses: pnpm/action-setup@v4.0.0
3333
with:
34-
version: next-9
34+
version: latest-10
3535
standalone: true
3636
- name: pnpm install
3737
run: pnpm install

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"packageManager": "pnpm@10.5.2",
23
"devDependencies": {
34
"@changesets/cli": "^2.27.6",
45
"typescript": "^4.5.2"

pnpm-lock.yaml

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)