Skip to content

Commit

Permalink
🎊 fix: ci unit test pnpm (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Apr 25, 2024
1 parent 5b39489 commit 9d591ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3
with:
version: 7.x
version: 8

- name: Install dependencies
run: pnpm i
Expand Down

0 comments on commit 9d591ad

Please sign in to comment.