Skip to content

Commit

Permalink
Try to fix workflow install and pnpm 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 12, 2025
1 parent 6339da3 commit 53ee8f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/init-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ runs:
with:
node-version-file: .node-version
cache: ${{ inputs.cache && 'pnpm' || '' }}
- name: Enable custom install in pnpm
if: ${{ inputs.install }}
shell: bash
run: pnpm config set inject-workspace-packages true
- name: Install pnpm dependencies
if: ${{ inputs.install != 'false' }}
shell: bash
Expand Down

0 comments on commit 53ee8f4

Please sign in to comment.