Skip to content

Commit d855028

Browse files
committed
chore: remove packageManager from package.json
1 parent dd5ea58 commit d855028

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: pnpm/action-setup@v2
19+
with:
20+
version: 7
1921
- name: Use Node.js ${{ matrix.node-version }}
2022
uses: actions/setup-node@v1
2123
with:
@@ -33,6 +35,8 @@ jobs:
3335
with:
3436
fetch-depth: 0
3537
- uses: pnpm/action-setup@v2
38+
with:
39+
version: 7
3640
- run: pnpm i
3741
- run: npm config set //registry.npmjs.org/:_authToken ${NPM_API_KEY:?}
3842
env:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"files": [
1818
"lib"
1919
],
20-
"packageManager": "pnpm@7",
2120
"homepage": "https://github.com/vuetifyjs/eslint-plugin-vuetify#readme",
2221
"dependencies": {
2322
"eslint-plugin-vue": "^9.6.0",

0 commit comments

Comments
 (0)