Skip to content

Commit

Permalink
Yarn -> pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Jan 26, 2023
1 parent d928678 commit 5e30443
Show file tree
Hide file tree
Showing 4 changed files with 4,962 additions and 4,976 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 7.26.0
run_install: true
- name: Lint
run: yarn lint
run: pnpm lint
Loading

0 comments on commit 5e30443

Please sign in to comment.