Skip to content

Commit ff9c5be

Browse files
committed
fix(ci): set pnpm version and packagemanager version
1 parent b122a4b commit ff9c5be

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333

3434
- name: Setup pnpm
3535
uses: pnpm/action-setup@v4
36+
with:
37+
version: 10.10.0
3638

3739
- name: Set up Node
3840
uses: actions/setup-node@v4

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
"lint-staged": {
4343
"**/*": "prettier --write --ignore-unknown",
4444
"*.js": "eslint --cache --fix"
45-
}
45+
},
46+
"packageManager": "pnpm@10.10.0"
4647
}

0 commit comments

Comments
 (0)