Skip to content

Commit 919febd

Browse files
authored
feat(ci)!: use package_json_file in pnpm/action-setup (#752)
1 parent 2ba6cdd commit 919febd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/internal/plugins/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
if: ${{ inputs.act-cache-warmup != 'true' && steps.package-manager.outputs.name == 'pnpm' }}
9292
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
9393
with:
94-
version: ${{ steps.package-manager.outputs.version }}
94+
package_json_file: ${{ inputs.plugin-directory }}/package.json
9595

9696
- name: Node
9797
id: node

0 commit comments

Comments
 (0)