We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9042f commit 4ba2055Copy full SHA for 4ba2055
1 file changed
setup-js/action.yml
@@ -32,7 +32,7 @@ runs:
32
fetch-depth: "${{ inputs.fetch-all == 'true' && '0' || '1' }}"
33
34
- name: Install pnpm
35
- if: ${{ inputs.package-manager == "pnpm" }}
+ if: ${{ inputs.package-manager == 'pnpm' }}
36
uses: pnpm/action-setup@4
37
38
- name: Setup node
0 commit comments