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 f7dc811 commit 53170cdCopy full SHA for 53170cd
1 file changed
.github/workflows/release.yml
@@ -14,17 +14,16 @@ jobs:
14
- name: Checkout code
15
uses: actions/checkout@v4
16
17
+ - name: Install pnpm
18
+ uses: pnpm/action-setup@v4
19
+ with:
20
+ version: latest
21
- name: Setup Node.js
22
uses: actions/setup-node@v4
23
with:
24
node-version: "22"
25
cache: "pnpm"
26
- - name: Install pnpm
- uses: pnpm/action-setup@v4
- with:
- version: latest
27
-
28
- name: Install dependencies
29
run: pnpm install --frozen-lockfile
30
0 commit comments