update pipeline
This commit is contained in:
parent
28fd581f20
commit
ce7fd1557e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/node.yml
vendored
3
.github/workflows/node.yml
vendored
|
@ -58,7 +58,6 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pnpm install --frozen-lockfile --strict-peer-dependencies
|
||||
pnpm install ${{ matrix.vite-version }}
|
||||
|
||||
- name: Run Tests
|
||||
- name: Lint Markdown
|
||||
run: pnpm run --if-present test
|
||||
|
|
Reference in a new issue