Skip to content

Commit

Permalink
fix pnpm not found
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin authored Dec 29, 2022
1 parent 74b2a8e commit b21c996
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
- name: Install depends
run: npm i

- uses: pnpm/action-setup@v2.0.1
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: false

- name: Typing
run: npm run typing

Expand Down Expand Up @@ -74,4 +81,4 @@ jobs:
release_name: ${{ github.ref }}
body: ${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false
prerelease: false

0 comments on commit b21c996

Please sign in to comment.