We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b122a4b commit ff9c5beCopy full SHA for ff9c5be
.github/workflows/deploy.yml
@@ -33,6 +33,8 @@ jobs:
33
34
- name: Setup pnpm
35
uses: pnpm/action-setup@v4
36
+ with:
37
+ version: 10.10.0
38
39
- name: Set up Node
40
uses: actions/setup-node@v4
package.json
@@ -42,5 +42,6 @@
42
"lint-staged": {
43
"**/*": "prettier --write --ignore-unknown",
44
"*.js": "eslint --cache --fix"
45
- }
+ },
46
+ "packageManager": "pnpm@10.10.0"
47
}
0 commit comments