File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 25
25
uses : actions/setup-node@v3
26
26
with :
27
27
node-version : ${{ matrix.node-version }}
28
+ cache : yarn
28
29
- name : install
29
30
run : yarn
30
31
- name : run prettylint
47
48
- uses : actions/checkout@v2
48
49
- uses : actions/setup-node@v3
49
50
with :
50
- node-version : 12.x
51
+ node-version : ' lts/*'
52
+ cache : yarn
51
53
- name : install
52
54
run : yarn
53
55
- name : run prettylint
Original file line number Diff line number Diff line change @@ -2,17 +2,19 @@ name: Release
2
2
on :
3
3
push :
4
4
branches :
5
+ # master and not main oon purpose
5
6
- master
6
7
7
8
jobs :
8
9
release :
9
10
name : release
10
11
runs-on : ubuntu-latest
11
12
steps :
12
- - uses : actions/checkout@master
13
+ - uses : actions/checkout@v2
13
14
- uses : actions/setup-node@v3
14
15
with :
15
- node-version : ' 12.x'
16
+ node-version : ' lts/*'
17
+ cache : yarn
16
18
- name : install
17
19
run : yarn
18
20
- name : run prettylint
Original file line number Diff line number Diff line change 2
2
3
3
## Installation
4
4
5
- ```
5
+ ``` bash
6
6
$ yarn add --dev jest-react-reporter
7
7
```
8
8
You can’t perform that action at this time.
0 commit comments