We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de22fa commit 41581a8Copy full SHA for 41581a8
1 file changed
.github/actions/setup-project/action.yml
@@ -25,11 +25,12 @@ runs:
25
steps:
26
- name: Install pnpm
27
uses: pnpm/action-setup@v4
28
+ with:
29
+ version: ${{ inputs.pnpm-version || 'latest' }}
30
31
- name: Setup Node.js
32
uses: actions/setup-node@v4
33
with:
- node-version: ${{ inputs.node-version }}
34
cache: pnpm
35
registry-url: ${{ inputs.registry-url }}
36
0 commit comments