This repository was archived by the owner on Jan 10, 2025. It is now read-only.
File tree 3 files changed +15
-16
lines changed
3 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ jobs:
41
41
with :
42
42
fetch-depth : 2
43
43
44
+ - name : Install pnpm
45
+ uses : pnpm/action-setup@v4
46
+ with :
47
+ version : 9
48
+
44
49
- name : Set up Node
45
50
uses : actions/setup-node@v3
46
51
with :
47
52
node-version : 20
48
53
cache : pnpm
49
54
50
- - name : Install pnpm
51
- uses : pnpm/action-setup@v4
52
- with :
53
- version : 9
54
-
55
55
- name : Configure docker buildx
56
56
uses : docker/setup-buildx-action@v3
57
57
with :
Original file line number Diff line number Diff line change @@ -20,17 +20,16 @@ jobs:
20
20
steps :
21
21
- name : Checkout
22
22
uses : actions/checkout@v4
23
+
24
+ - name : Install
25
+ run : pnpm install
26
+
23
27
- name : Set up Node
24
28
uses : actions/setup-node@v3
25
29
with :
26
30
node-version : 20
27
31
cache : pnpm
28
- - name : Install pnpm
29
- uses : pnpm/action-setup@v4
30
- with :
31
- version : 9
32
- - name : Install
33
- run : pnpm install
32
+
34
33
- name : Check
35
34
run : pnpm check:${{ matrix.check }}
36
35
Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ jobs:
21
21
with :
22
22
ref : ${{ env.COMMIT_ID }}
23
23
24
+ - name : Install pnpm
25
+ uses : pnpm/action-setup@v4
26
+ with :
27
+ version : 9
28
+
24
29
- name : Set up Node
25
30
uses : actions/setup-node@v4
26
31
with :
27
32
node-version : 20
28
33
cache : pnpm
29
34
30
- - name : Install pnpm
31
- uses : pnpm/action-setup@v4
32
- with :
33
- version : 9
34
-
35
35
- name : Install dependencies
36
36
run : pnpm install
37
37
You can’t perform that action at this time.
0 commit comments