Skip to content

Commit

Permalink
ci: update to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
smallfangqwq committed Feb 22, 2024
1 parent 4fd9890 commit bd9d19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
TIPTAP_PRO_REGISTRY: ${{ secrets.TIPTAP_PRO_REGISTRY }}

- name: Install dependencies
run: yarn
run: pnpm install

- name: ESLint Check
run: yarn run lint --max-warnings 0
run: pnpm run lint --max-warnings 0
continue-on-error: false

0 comments on commit bd9d19a

Please sign in to comment.