Skip to content

Commit

Permalink
chore(ci): pnpmのセットアップを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
laminne committed Jul 3, 2024
1 parent 7f3a84f commit e5fb6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:

- name: Setup Nodejs v20
uses: actions/setup-node@v4
- uses: pnpm/action-setup@v2
with:
cache: "pnpm"
version: 9

- name: Install packages
run: pnpm i --frozen-lockfile
Expand Down

0 comments on commit e5fb6c5

Please sign in to comment.