Skip to content

Commit 9da74fa

Browse files
committed
Upgrade pnpm to v10
1 parent 819cae8 commit 9da74fa

File tree

5 files changed

+762
-650
lines changed

5 files changed

+762
-650
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install pnpm ⚙️
2424
uses: pnpm/action-setup@v2
2525
with:
26-
version: 9.x
26+
version: 10.x
2727

2828
- name: Restore cache 📌
2929
uses: actions/cache@v3

.npmrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"engines": {
1313
"node": "22.x",
14-
"pnpm": "9.x"
14+
"pnpm": ">=10.6"
1515
},
16-
"packageManager": "pnpm@9.15.9",
16+
"packageManager": "pnpm@10.15.0",
1717
"type": "module",
1818
"scripts": {
1919
"start": "vite",

0 commit comments

Comments
 (0)