Skip to content

Commit

Permalink
ci: specify pnpm version
Browse files Browse the repository at this point in the history
Signed-off-by: Okiki <[email protected]>
  • Loading branch information
okikio committed Sep 7, 2024
1 parent 6078ee6 commit f94f4f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: '9'

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit f94f4f6

Please sign in to comment.