We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2138678 commit 757b536Copy full SHA for 757b536
1 file changed
.github/workflows/release.yml
@@ -15,15 +15,15 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
+ - uses: pnpm/action-setup@v4
19
+ with:
20
+ run_install: false
21
+
22
- uses: actions/setup-node@v4
23
with:
24
node-version: 22
25
cache: pnpm
26
- - uses: pnpm/action-setup@v4
- with:
- run_install: false
-
27
- run: pnpm install --frozen-lockfile
28
29
- run: pnpm build
0 commit comments