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 e398ad3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/init-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ runs:
with:
node-version-file: .node-version
cache: ${{ inputs.cache && 'pnpm' || '' }}
- name: Set pnpm settings
shell: bash
run: pnpm config set inject-workspace-packages true
- name: Install pnpm dependencies
if: ${{ inputs.install != 'false' }}
shell: bash
Expand Down
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e398ad3

Please sign in to comment.