Skip to content

Commit 6b79971

Browse files
committed
Use pnpm v9 in CI, specify packageManager in package.json.
1 parent e9ffe1c commit 6b79971

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v3
2020
with:
21-
version: 8
21+
version: 9
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node }}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@
8888
},
8989
"prettier": {
9090
"printWidth": 100
91-
}
91+
},
92+
"packageManager": "[email protected]"
9293
}

0 commit comments

Comments
 (0)