File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 77 branches : [ main ]
88
99jobs :
10- build :
10+ build_and_test :
11+ concurrency :
12+ group : ${{ github.ref }}
13+ cancel-in-progress : true
14+
1115 runs-on : ubuntu-latest
16+
1217 steps :
13- - name : Check out repository
14- uses : actions/checkout@v3
18+ - name : Cloning repo
19+ uses : actions/checkout@v4
1520
16- - name : Set up Node
17- uses : actions/setup-node@v3
21+ - uses : actions/setup-node@v4
22+ with :
23+ node-version : ' 18.x'
24+ registry-url : ' https://registry.npmjs.org'
1825
1926 - name : Install dependencies
2027 run : npm install
Original file line number Diff line number Diff line change 66 "outDir" : " dist" ,
77 "rootDir" : " src" ,
88 "strict" : true ,
9- "target" : " es2019"
9+ "target" : " es2019" ,
10+ "skipLibCheck" : true
1011 },
1112 "include" : [
1213 " src/**/*"
You can’t perform that action at this time.
0 commit comments