File tree 4 files changed +3027
-1074
lines changed
4 files changed +3027
-1074
lines changed Original file line number Diff line number Diff line change 12
12
13
13
strategy :
14
14
matrix :
15
- node-version : [10 .x, 12 .x, 14 .x]
15
+ node-version : [14 .x, 18 .x, 20 .x]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
@@ -31,10 +31,10 @@ jobs:
31
31
32
32
steps :
33
33
- uses : actions/checkout@v2
34
- - name : Use Node.js 14 .x
34
+ - name : Use Node.js 20 .x
35
35
uses : actions/setup-node@v2
36
36
with :
37
- node-version : 14 .x
37
+ node-version : 20 .x
38
38
- name : Install dependencies
39
39
run : yarn --frozen-lockfile
40
40
- name : Upgrade @testing-library/dom to ${{ matrix.testing-library-version }}
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ See [example tests](./example/src/SimpleTable.test.js)
158
158
TODO:
159
159
160
160
- Set up changelog stuff
161
+ - Publish from CI
161
162
162
163
### Publishing
163
164
Original file line number Diff line number Diff line change 40
40
"eslint-plugin-promise" : " ^4.2.1" ,
41
41
"eslint-plugin-standard" : " ^4.0.1" ,
42
42
"gh-pages" : " ^2.2.0" ,
43
- "microbundle" : " ^0.12.0 " ,
43
+ "microbundle" : " ^0.15.1 " ,
44
44
"npm-run-all" : " ^4.1.5" ,
45
45
"prettier" : " ^2.0.4" ,
46
46
"react-scripts" : " ^3.4.1" ,
47
- "typescript" : " ^3.7.5 "
47
+ "typescript" : " ^4.0.0 "
48
48
},
49
49
"peerDependencies" : {
50
50
"@testing-library/dom" : " ^7.5.1 || ^8 || ^9"
You can’t perform that action at this time.
0 commit comments