Skip to content

Commit

Permalink
use pnpm here
Browse files Browse the repository at this point in the history
Signed-off-by: Ayase Minori <[email protected]>
  • Loading branch information
sr229 committed Apr 18, 2024
1 parent 9e2f259 commit e702f59
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0


- name: Set up pnpm
uses: pnpm/action-setup@v2

- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 18
cache: 'pnpm'
node-version: '18'
cache:'pnpm'

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit e702f59

Please sign in to comment.