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 3d11109 commit 64077d4Copy full SHA for 64077d4
1 file changed
.github/workflows/release.yml
@@ -16,18 +16,18 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
19
+ - name: Setup pnpm
20
+ uses: pnpm/action-setup@v4
21
+ with:
22
+ version: 9
23
+
24
- name: Setup Node
25
uses: actions/setup-node@v4
26
with:
27
node-version: 20
28
registry-url: "https://registry.npmjs.org"
29
cache: "pnpm"
30
- - name: Setup pnpm
- uses: pnpm/action-setup@v4
- with:
- version: 9
-
31
- name: Install
32
run: pnpm install --frozen-lockfile
33
0 commit comments