Skip to content

Commit

Permalink
chore: fix update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 1, 2023
1 parent cdef5df commit 3137c58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm -v
- run: node .github/test.js "npm" ${{ matrix.vue }} ${{matrix.type}}
- run: node .github/test.js "npm" ${{ matrix.vue }}

yarn:
strategy:
Expand All @@ -52,7 +52,7 @@ jobs:
pnpm:
strategy:
matrix:
node: [14.x, 16.x]
node: [16.x]
os: [ubuntu-latest]
vue: [2.6, 2.7, 3]

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

0 comments on commit 3137c58

Please sign in to comment.