File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,10 @@ jobs:
20
20
steps :
21
21
- name : Checkout
22
22
uses : actions/checkout@v4.2.2
23
- - name : Setup Node.js ${{ matrix.node }}
24
- uses : actions/setup-node@v4.4.0
23
+ - name : Setup
24
+ uses : ./.github/ actions/setup
25
25
with :
26
26
node-version : ${{ matrix.node }}
27
- - uses : pnpm/action-setup@v4.1.0
28
- with :
29
- run_install : true
30
27
31
28
- name : Test
32
29
run : pnpm test:coverage
40
37
steps :
41
38
- name : Checkout
42
39
uses : actions/checkout@v4.2.2
43
- - name : Setup Node.js
44
- uses : actions/setup-node@v4.4.0
45
- - uses : pnpm/action-setup@v4.1.0
46
- with :
47
- run_install : true
40
+ - name : Setup
41
+ uses : ./.github/actions/setup
48
42
49
43
- name : Lint
50
44
run : pnpm lint
55
49
steps :
56
50
- name : Checkout
57
51
uses : actions/checkout@v4.2.2
58
- - name : Setup Node.js
59
- uses : actions/setup-node@v4.4.0
60
- - uses : pnpm/action-setup@v4.1.0
61
- with :
62
- run_install : true
52
+ - name : Setup
53
+ uses : ./.github/actions/setup
63
54
64
55
- name : Build
65
56
run : pnpm build
77
68
with :
78
69
repository : fluent-vue/examples
79
70
path : examples
80
- - name : Setup Node.js
81
- uses : actions/setup-node@v4.4.0
82
- - uses : pnpm/action-setup@v4.1.0
71
+ - name : Setup
72
+ uses : ./.github/actions/setup
83
73
84
74
- name : Test
85
75
run : node scripts/build-examples.js
You can’t perform that action at this time.
0 commit comments