Skip to content

Commit 3137c58

Browse files
committed
chore: fix update ci
1 parent cdef5df commit 3137c58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node }}
2727
- run: npm -v
28-
- run: node .github/test.js "npm" ${{ matrix.vue }} ${{matrix.type}}
28+
- run: node .github/test.js "npm" ${{ matrix.vue }}
2929

3030
yarn:
3131
strategy:
@@ -52,7 +52,7 @@ jobs:
5252
pnpm:
5353
strategy:
5454
matrix:
55-
node: [14.x, 16.x]
55+
node: [16.x]
5656
os: [ubuntu-latest]
5757
vue: [2.6, 2.7, 3]
5858

@@ -67,4 +67,4 @@ jobs:
6767
node-version: ${{ matrix.node }}
6868
- run: npm i -g pnpm
6969
- run: pnpm -v
70-
- run: node .github/test.js "pnpm" ${{ matrix.vue }} ${{matrix.type}}
70+
- run: node .github/test.js "pnpm" ${{ matrix.vue }}

0 commit comments

Comments
 (0)