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 f5dd09b commit 6b2b4d3Copy full SHA for 6b2b4d3
.github/workflows/release.yml
@@ -16,15 +16,16 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
19
- - name: Setup pnpm
20
- uses: pnpm/action-setup@v4
21
- with:
22
- version: 10
23
-
24
- name: Setup Node
25
uses: actions/setup-node@v4
26
with:
27
node-version: 20
+ cache: 'pnpm'
+
+ - name: Setup pnpm
+ uses: pnpm/action-setup@v4
+ with:
28
+ version: 10
29
30
- name: Install deps
31
run: pnpm install --frozen-lockfile
0 commit comments