File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
18
- - name : Setup Node
19
- uses : actions/setup-node@v3
20
- with :
21
- node-version : ${{ matrix.node-version }}
22
- cache : ' pnpm'
23
-
24
18
- uses : pnpm/action-setup@v2
25
19
name : Install pnpm
26
20
id : pnpm-install
27
21
with :
28
22
version : ' latest'
29
23
run_install : false
30
24
25
+ - name : Setup Node
26
+ uses : actions/setup-node@v3
27
+ with :
28
+ node-version : ${{ matrix.node-version }}
29
+ cache : ' pnpm'
30
+
31
31
- name : Get pnpm store directory
32
32
id : pnpm-cache
33
33
shell : bash
Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ jobs:
24
24
steps :
25
25
- uses : actions/checkout@v3
26
26
27
- - name : Setup Node
28
- uses : actions/setup-node@v3
29
- with :
30
- node-version : ${{ matrix.node-version }}
31
- cache : ' pnpm'
32
-
33
27
- uses : pnpm/action-setup@v2
34
28
name : Install pnpm
35
29
id : pnpm-install
36
30
with :
37
31
version : ' latest'
38
32
run_install : false
33
+
34
+ - name : Setup Node
35
+ uses : actions/setup-node@v3
36
+ with :
37
+ node-version : ${{ matrix.node-version }}
38
+ cache : ' pnpm'
39
39
40
40
- name : Get pnpm store directory
41
41
id : pnpm-cache
You can’t perform that action at this time.
0 commit comments