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.
1 parent 6046791 commit 44cbafdCopy full SHA for 44cbafd
action.yml
@@ -57,7 +57,7 @@ runs:
57
echo "VERSION=$VERSION" >> $GITHUB_ENV
58
- name: Setup PNPM
59
if: ${{ env.PACKAGE_MANAGER == 'pnpm' }}
60
- uses: pnpm/action-setup@v3
+ uses: pnpm/action-setup@v4
61
with:
62
version: ${{ env.VERSION }}
63
package_json_file: "${{ inputs.path }}/package.json"
0 commit comments