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 88 runs-on : ubuntu-latest
99
1010 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
1316 - run : yarn --frozen-lockfile
1417 - run : yarn build
1518 - run : yarn lint
Original file line number Diff line number Diff line change 5252 "typescript" : " ^3.9.6"
5353 },
5454 "engines" : {
55- "node" : " >=10 "
55+ "node" : " >=12.13.0 "
5656 }
5757}
Original file line number Diff line number Diff line change 11{
2- "extends" : " @ark120202/typescript-config/node/10 .json" ,
2+ "extends" : " @ark120202/typescript-config/node/12 .json" ,
33 "include" : [" src" ],
44 "compilerOptions" : {
55 "rootDir" : " ./src" ,
You can’t perform that action at this time.
0 commit comments