Skip to content

Commit 017f787

Browse files
authored
chore: configure package manger (#5)
1 parent fbbc464 commit 017f787

File tree

3 files changed

+496
-483
lines changed

3 files changed

+496
-483
lines changed

.github/workflows/check.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: pnpm/action-setup@v2
16-
with:
17-
version: 7
1816

1917
- uses: actions/setup-node@v3
2018
with:
@@ -33,8 +31,6 @@ jobs:
3331
steps:
3432
- uses: actions/checkout@v3
3533
- uses: pnpm/action-setup@v2
36-
with:
37-
version: 7
3834

3935
- uses: actions/setup-node@v3
4036
with:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"vite": "^3.1.8",
4040
"vitepress": "1.0.0-alpha.26",
4141
"vue": "^3.2.41"
42-
}
42+
},
43+
"packageManager": "[email protected]"
4344
}

0 commit comments

Comments
 (0)