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 73342b8 commit 6cb2930Copy full SHA for 6cb2930
.github/workflows/deploy.yml
@@ -20,17 +20,17 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
23
+ - name: Setup pnpm
24
+ uses: pnpm/action-setup@v2
25
+ with:
26
+ version: latest
27
+
28
- name: Setup Node
29
uses: actions/setup-node@v4
30
with:
31
node-version: "20"
32
cache: "pnpm"
33
- - name: Setup pnpm
- uses: pnpm/action-setup@v2
- with:
- version: latest
-
34
- name: Install dependencies
35
run: pnpm install
36
0 commit comments