We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf86c9 commit ea6470cCopy full SHA for ea6470c
.github/workflows/tests.yml
@@ -24,8 +24,6 @@ jobs:
24
25
- name: Setup pnpm
26
uses: pnpm/action-setup@v4
27
- with:
28
- version: latest
29
30
- name: Get pnpm store directory
31
shell: bash
@@ -89,8 +87,6 @@ jobs:
89
87
90
88
91
92
93
94
95
96
package.json
@@ -3,6 +3,7 @@
3
"version": "3.0.0",
4
"private": true,
5
"type": "module",
6
+ "packageManager": "pnpm@10.19.0",
7
"scripts": {
8
"preinstall": "npx only-allow pnpm",
9
"prepare": "husky",
0 commit comments