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 46bfcc3 commit be11d78Copy full SHA for be11d78
.github/actions/setup/action.yml
@@ -12,18 +12,18 @@ inputs:
12
runs:
13
using: "composite"
14
steps:
15
- - uses: pnpm/action-setup@v4
16
- name: Install pnpm
17
- with:
18
- version: ${{ inputs.pnpm-version }}
19
- run_install: true
20
-
21
- name: Install Node.js
22
uses: actions/setup-node@v4
23
with:
24
node-version: ${{ inputs.node-version }}
25
cache: 'pnpm'
26
+ - uses: pnpm/action-setup@v4
+ name: Install pnpm
+ with:
+ version: ${{ inputs.pnpm-version }}
+ run_install: true
+
27
# Build the SDK
28
- name: Project build
29
shell: bash
0 commit comments