We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5ea58 commit d855028Copy full SHA for d855028
.github/workflows/node.js.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- uses: pnpm/action-setup@v2
19
+ with:
20
+ version: 7
21
- name: Use Node.js ${{ matrix.node-version }}
22
uses: actions/setup-node@v1
23
with:
@@ -33,6 +35,8 @@ jobs:
33
35
34
36
fetch-depth: 0
37
38
39
40
- run: pnpm i
41
- run: npm config set //registry.npmjs.org/:_authToken ${NPM_API_KEY:?}
42
env:
package.json
@@ -17,7 +17,6 @@
"files": [
"lib"
],
- "packageManager": "pnpm@7",
"homepage": "https://github.com/vuetifyjs/eslint-plugin-vuetify#readme",
"dependencies": {
"eslint-plugin-vue": "^9.6.0",
0 commit comments