This repository was archived by the owner on Oct 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 2323 - name : Install dependencies
2424 run : npm install
2525 - name : Tests
26- run : npm run ci
26+ run : npm run test- ci
2727 - name : Codecov test coverage
2828 run : bash scripts/coverage.sh "${{ secrets.CODECOV_TOKEN }}" "${{ matrix.os }}" "${{ matrix.node }}"
Original file line number Diff line number Diff line change 55package-lock.json
66yarn.lock
77.vscode
8+ .eslintcache
Original file line number Diff line number Diff line change 5656 "@babel/preset-env" : " ^7.4.3" ,
5757 "@babel/runtime" : " ^7.4.3" ,
5858 "auto-changelog" : " ^1.13.0" ,
59- "ava" : " 1.2.1 " ,
59+ "ava" : " ^2.4.0 " ,
6060 "babel-eslint" : " ^10.0.1" ,
6161 "babel-loader" : " ^8.0.5" ,
62- "eslint" : " ^5.16 .0" ,
63- "eslint-config-prettier" : " ^4.1 .0" ,
64- "eslint-plugin-import" : " ^2.17 .2" ,
65- "eslint-plugin-node" : " ^8 .0.1 " ,
66- "eslint-plugin-prettier" : " ^3.0 .1" ,
62+ "eslint" : " ^6.6 .0" ,
63+ "eslint-config-prettier" : " ^6.5 .0" ,
64+ "eslint-plugin-import" : " ^2.18 .2" ,
65+ "eslint-plugin-node" : " ^10 .0.0 " ,
66+ "eslint-plugin-prettier" : " ^3.1 .1" ,
6767 "from2-string" : " ^1.1.0" ,
6868 "gh-release" : " ^3.5.0" ,
6969 "nock" : " ^11.3.4" ,
7070 "npm-run-all" : " ^4.1.3" ,
71- "nyc" : " ^13.3.0 " ,
72- "prettier" : " ^1.17.0 " ,
71+ "nyc" : " ^14.1.1 " ,
72+ "prettier" : " ^1.19.1 " ,
7373 "webpack" : " ^4.30.0" ,
7474 "webpack-cli" : " ^3.3.1"
7575 },
You can’t perform that action at this time.
0 commit comments