We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package_json_file
pnpm/action-setup
1 parent 2ba6cdd commit 919febdCopy full SHA for 919febd
1 file changed
actions/internal/plugins/setup/action.yml
@@ -91,7 +91,7 @@ runs:
91
if: ${{ inputs.act-cache-warmup != 'true' && steps.package-manager.outputs.name == 'pnpm' }}
92
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
93
with:
94
- version: ${{ steps.package-manager.outputs.version }}
+ package_json_file: ${{ inputs.plugin-directory }}/package.json
95
96
- name: Node
97
id: node
0 commit comments