Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 15, 2023
1 parent fb8eca6 commit 345569d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
with:
node-version: ${{ matrix.node }}
check-latest: true
cache: "npm"
cache: "pnpm"
- uses: pnpm/action-setup@v2
name: Install pnpm
- name: Install Dependencies
run: npm ci

Expand Down

0 comments on commit 345569d

Please sign in to comment.