File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : ' Cache dependencies'
2828 uses : ' actions/cache@v2'
2929 with :
30- path : |
31- **/node_modules
30+ path : ' **/node_modules'
3231 key : ${{ runner.os }}-${{ hashFiles('**/package.json') }}
3332
3433 - run : ' npm install'
Original file line number Diff line number Diff line change 1515 - name : ' Cache dependencies'
1616 uses : ' actions/cache@v2'
1717 with :
18- path : |
19- **/node_modules
18+ path : ' **/node_modules'
2019 key : ${{ runner.os }}-${{ hashFiles('**/package.json') }}
2120
2221 - uses : ' actions/setup-node@v2.1.2'
Original file line number Diff line number Diff line change 4141 "@types/chai" : " 4.2.14" ,
4242 "@types/chai-as-promised" : " 7.1.3" ,
4343 "@types/chai-datetime" : " 0.0.36" ,
44- "@types/lodash" : " 4.14.165 " ,
44+ "@types/lodash" : " 4.14.167 " ,
4545 "@types/mocha" : " 8.2.0" ,
46- "@types/node" : " 14.14.14 " ,
46+ "@types/node" : " 14.14.20 " ,
4747 "@types/prettyjson" : " 0.0.29" ,
48- "@types/sinon" : " 9.0.9 " ,
48+ "@types/sinon" : " 9.0.10 " ,
4949 "@types/sinon-chai" : " 3.2.5" ,
5050 "chai" : " 4.2.0" ,
5151 "chai-as-promised" : " 7.1.1" ,
6161 "prettyjson" : " 1.2.1" ,
6262 "reflect-metadata" : " 0.1.13" ,
6363 "sequelize" : " 6.3.5" ,
64- "sinon" : " 9.2.2 " ,
64+ "sinon" : " 9.2.3 " ,
6565 "sinon-chai" : " 3.5.0" ,
6666 "source-map-support" : " 0.5.19" ,
67- "sqlite3" : " 5.0.0 " ,
67+ "sqlite3" : " 5.0.1 " ,
6868 "ts-node" : " 9.1.1" ,
6969 "tslint" : " 6.1.3" ,
7070 "typescript" : " 4.1.3" ,
You can’t perform that action at this time.
0 commit comments