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 7bdd1ec commit c4987c4Copy full SHA for c4987c4
1 file changed
.github/workflows/release.yml
@@ -37,18 +37,18 @@ jobs:
37
with:
38
path: ${{ env.APP_NAME }}
39
40
+ - name: Set up pnpm
41
+ uses: pnpm/action-setup@v4
42
+ with:
43
+ version: 10.28.2
44
+
45
- name: Set up node
46
uses: actions/setup-node@v4
47
48
node-version: "24"
49
cache: "pnpm"
50
cache-dependency-path: ./${{ env.APP_NAME }}/pnpm-lock.yaml
51
- - name: Set up pnpm
- uses: pnpm/action-setup@v4
- with:
- version: 10.28.2
-
52
- name: Run build
53
run: |
54
mkdir -p ${{ env.CERT_DIRECTORY }}
0 commit comments