File tree Expand file tree Collapse file tree 3 files changed +604
-480
lines changed Expand file tree Collapse file tree 3 files changed +604
-480
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
os : [windows-2019, macos-10.15, ubuntu-18.04]
17
- node : [12, 14, 16]
17
+ node : [12, 14, 16, 17 ]
18
18
steps :
19
19
- uses : actions/checkout@v2
20
20
- uses : actions/setup-node@master
35
35
runs-on : ubuntu-18.04
36
36
strategy :
37
37
matrix :
38
- node : [12, 14, 16]
38
+ node : [12, 14, 16, 17 ]
39
39
fail-fast : true
40
40
container :
41
41
image : node:${{ matrix.node }}-alpine
Original file line number Diff line number Diff line change 52
52
"babel-eslint" : " ^10.1.0" ,
53
53
"eslint" : " ^7.32.0" ,
54
54
"eslint-config-marudor" : " ^8.0.1" ,
55
- "jest" : " ^27.1.0 " ,
56
- "jest-watch-typeahead" : " ^0.6.4 " ,
57
- "prettier" : " ^2.3.2 " ,
58
- "tsd" : " ^0.17 .0" ,
59
- "typescript" : " ^4.4.2 "
55
+ "jest" : " ^27.3.1 " ,
56
+ "jest-watch-typeahead" : " ^1.0.0 " ,
57
+ "prettier" : " ^2.4.1 " ,
58
+ "tsd" : " ^0.18 .0" ,
59
+ "typescript" : " ^4.4.4 "
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments