File tree Expand file tree Collapse file tree 4 files changed +695
-1049
lines changed Expand file tree Collapse file tree 4 files changed +695
-1049
lines changed Original file line number Diff line number Diff line change 1+ name : test
2+ on : [push, pull_request]
3+ env :
4+ CI : true
5+ jobs :
6+ test :
7+ name : " Test on Node.js ${{ matrix.node-version }}"
8+ runs-on : ubuntu-latest
9+ strategy :
10+ matrix :
11+ node-version : [10, 12, 14]
12+ steps :
13+ - name : checkout
14+ uses : actions/checkout@v2
15+ - name : setup Node.js ${{ matrix.node-version }}
16+ uses : actions/setup-node@v1
17+ with :
18+ node-version : ${{ matrix.node-version }}
19+ - name : Install
20+ run : yarn install
21+ - name : Test
22+ run : yarn test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3434 },
3535 "homepage" : " https://github.com/textlint/create-textlint-rule" ,
3636 "dependencies" : {
37- "chalk" : " ^2.4.2 " ,
37+ "chalk" : " ^4.1.0 " ,
3838 "cross-spawn" : " ^7.0.3" ,
3939 "cross-spawn-promise" : " ^0.10.2" ,
40- "meow" : " ^5 .0.0 " ,
40+ "meow" : " ^7 .0.1 " ,
4141 "rimraf" : " ^3.0.2" ,
42- "update-notifier" : " ^3.0.1 "
42+ "update-notifier" : " ^4.1.0 "
4343 },
4444 "devDependencies" : {
45- "husky" : " ^3.1.0 " ,
46- "lint-staged" : " ^9.5.0 " ,
47- "prettier" : " ^1.15.3 "
45+ "husky" : " ^4.2.5 " ,
46+ "lint-staged" : " ^10.2.11 " ,
47+ "prettier" : " ^2.0.5 "
4848 },
4949 "prettier" : {
5050 "singleQuote" : false ,
You can’t perform that action at this time.
0 commit comments