File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@v1
12
- - uses : actions/setup-node@v1
11
+ - uses : actions/checkout@v2
12
+ - name : Use Node.js 12.13.1
13
+ uses : actions/setup-node@v1
14
+ with :
15
+ node-version : 12.13.1
13
16
- run : yarn --frozen-lockfile
14
17
- run : yarn build
15
18
- run : yarn lint
Original file line number Diff line number Diff line change 52
52
"typescript" : " ^3.9.6"
53
53
},
54
54
"engines" : {
55
- "node" : " >=10 "
55
+ "node" : " >=12.13.0 "
56
56
}
57
57
}
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " @ark120202/typescript-config/node/10 .json" ,
2
+ "extends" : " @ark120202/typescript-config/node/12 .json" ,
3
3
"include" : [" src" ],
4
4
"compilerOptions" : {
5
5
"rootDir" : " ./src" ,
You can’t perform that action at this time.
0 commit comments