File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,4 @@ updates:
13
13
ignore :
14
14
- dependency-name : " @types/node"
15
15
versions :
16
- - " >= 12.a, < 13"
17
- - dependency-name : " @types/node"
18
- versions :
19
- - " >= 13.a, < 14"
16
+ - " >= 15"
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
strategy :
10
10
matrix :
11
- node-version : [10 .x, 12 .x]
11
+ node-version : [12 .x, 14 .x]
12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- node-version : [10 .x, 12 .x]
13
+ node-version : [12 .x, 14 .x]
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 58
58
needs : check
59
59
strategy :
60
60
matrix :
61
- node-version : [10 .x, 12 .x]
61
+ node-version : [12 .x, 14 .x]
62
62
steps :
63
63
- uses : actions/checkout@v2
64
64
Original file line number Diff line number Diff line change 64
64
"typescript" : " ^4.0.2"
65
65
},
66
66
"engines" : {
67
- "node" : " >=10 .0.0"
67
+ "node" : " >=12 .0.0"
68
68
},
69
69
"jest" : {
70
70
"preset" : " ts-jest" ,
You can’t perform that action at this time.
0 commit comments