File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,31 +3,31 @@ name: Node CI
33on :
44 push :
55 branches :
6- - master
6+ - master
77 pull_request :
88 branches :
9- - master
9+ - master
1010
1111jobs :
1212 build :
1313 runs-on : ubuntu-latest
1414
1515 strategy :
1616 matrix :
17- node-version : [12 .x, 14 .x]
17+ node-version : [18 .x, 20 .x]
1818
1919 steps :
20- - uses : actions/checkout@v1
21- - name : Use Node.js ${{ matrix.node-version }}
22- uses : actions/setup-node@v1
23- with :
24- node-version : ${{ matrix.node-version }}
25- - name : npm install, build, and lint
26- run : |
27- yarn
28- yarn build
29- yarn lint
30- yarn test
20+ - uses : actions/checkout@v1
21+ - name : Use Node.js ${{ matrix.node-version }}
22+ uses : actions/setup-node@v1
23+ with :
24+ node-version : ${{ matrix.node-version }}
25+ - name : npm install, build, and lint
26+ run : |
27+ yarn
28+ yarn build
29+ yarn lint
30+ yarn test
3131
3232 release :
3333 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 5151 "@types/react" : " ^17.0.0" ,
5252 "@typescript-eslint/eslint-plugin" : " ^4.9.0" ,
5353 "@typescript-eslint/parser" : " ^4.9.0" ,
54- "auto" : " ^10.2.3 " ,
54+ "auto" : " ^11.1.1 " ,
5555 "auto-config-hipstersmoothie" : " ^4.0.0" ,
5656 "eslint" : " ^7.14.0" ,
5757 "eslint-config-airbnb-base" : " ^14.2.1" ,
You can’t perform that action at this time.
0 commit comments