File tree Expand file tree Collapse file tree 1 file changed +4
-24
lines changed Expand file tree Collapse file tree 1 file changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,10 @@ jobs:
22
22
- name : Checkout source
23
23
uses : actions/checkout@v3
24
24
25
- - name : Install pnpm
26
- uses : pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
27
- with :
28
- run_install : true
29
-
30
- - name : Install Node.js ${{ matrix.node-version }}
31
- uses : actions/setup-node@v3
25
+ - name : Install Node.js and dependencies
26
+ uses : mcous/js/actions/setup@main
32
27
with :
33
28
node-version : ${{ matrix.node-version }}
34
- cache : pnpm
35
-
36
- - name : Install dependencies
37
- run : pnpm install
38
29
39
30
- name : Run tests
40
31
run : pnpm coverage
63
54
- name : Checkout source
64
55
uses : actions/checkout@v3
65
56
66
- - name : Install pnpm
67
- uses : pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
68
- with :
69
- run_install : true
70
-
71
- - name : Install Node.js
72
- uses : actions/setup-node@v3
73
- with :
74
- node-version : ' 18'
75
- cache : pnpm
76
-
77
- - name : Install dependencies
78
- run : pnpm install
57
+ - name : Install Node.js and dependencies
58
+ uses : mcous/js/actions/setup@main
79
59
80
60
- name : Build and check
81
61
run : pnpm build-and-check
You can’t perform that action at this time.
0 commit comments