We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da2147 commit 59d1d25Copy full SHA for 59d1d25
1 file changed
.github/workflows/main.yml
@@ -21,18 +21,18 @@ jobs:
21
- name: Checkout code
22
uses: actions/checkout@v4
23
24
- - name: Setup Node.js
25
- uses: actions/setup-node@v4
26
- with:
27
- node-version: "20"
28
- cache: "pnpm"
29
-
30
- name: Install pnpm
31
uses: pnpm/action-setup@v3
32
with:
33
version: 10.4.1
34
run_install: false
35
+ - name: Setup Node.js
+ uses: actions/setup-node@v4
+ with:
+ node-version: "20"
+ cache: "pnpm"
+
36
- name: Get pnpm store directory
37
shell: bash
38
run: |
0 commit comments