Skip to content

Commit

Permalink
Merge pull request #11 from wattanx/add-setup-pnpm
Browse files Browse the repository at this point in the history
fix: setup pnpm
  • Loading branch information
wattanx authored Apr 5, 2023
2 parents b350f7d + fa07b4a commit 5bc70a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/action-setup@v2

- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
"typescript": "^4.6.2",
"vite": "^4.2.1",
"vitest": "^0.29.8"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 5bc70a1

Please sign in to comment.