We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c7adc commit 2a9c7c8Copy full SHA for 2a9c7c8
2 files changed
.github/workflows/verify-hooks.yml
@@ -13,7 +13,7 @@ jobs:
13
fetch-depth: 100
14
- uses: pnpm/action-setup@v4
15
with:
16
- version: "10.0.0"
+ version: "10.27.0"
17
- uses: actions/setup-node@v6
18
19
node-version: 24
package.json
@@ -9,5 +9,5 @@
9
"@evilmartians/lefthook": "^1.10.8",
10
"oxfmt": "^0.22.0"
11
},
12
- "packageManager": "pnpm@10.0.0"
+ "packageManager": "pnpm@10.27.0"
}
0 commit comments