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 cdef5df commit 3137c58Copy full SHA for 3137c58
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
node-version: ${{ matrix.node }}
27
- run: npm -v
28
- - run: node .github/test.js "npm" ${{ matrix.vue }} ${{matrix.type}}
+ - run: node .github/test.js "npm" ${{ matrix.vue }}
29
30
yarn:
31
strategy:
@@ -52,7 +52,7 @@ jobs:
52
pnpm:
53
54
matrix:
55
- node: [14.x, 16.x]
+ node: [16.x]
56
os: [ubuntu-latest]
57
vue: [2.6, 2.7, 3]
58
@@ -67,4 +67,4 @@ jobs:
67
68
- run: npm i -g pnpm
69
- run: pnpm -v
70
- - run: node .github/test.js "pnpm" ${{ matrix.vue }} ${{matrix.type}}
+ - run: node .github/test.js "pnpm" ${{ matrix.vue }}
0 commit comments