File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 strategy :
2424 matrix :
25- node-version : [12.x, 13 .x, 14 .x]
25+ node-version : [12.x, 14 .x, 16 .x]
2626 steps :
2727 - uses : actions/checkout@v2
2828 - name : Use Node.js ${{ matrix.node-version }}
5252 run : npm install
5353 - name : Test
5454 run : npm test
55+ test-for-eslint-v7 :
56+ runs-on : ubuntu-latest
57+ strategy :
58+ matrix :
59+ node-version : [13.x, 14.x]
60+ steps :
61+ - uses : actions/checkout@v2
62+ - name : Use Node.js ${{ matrix.node-version }}
63+ uses : actions/setup-node@v2
64+ with :
65+ node-version : ${{ matrix.node-version }}
66+ - name : Install eslint v7
67+ run : |+
68+ npm i -D eslint@7 --legacy-peer-deps
69+ npx rimraf node_modules
70+ - name : Install Packages
71+ run : npm install
72+ - name : Test
73+ run : npm test
5574 test-and-coverage :
5675 runs-on : ubuntu-latest
5776 steps :
Original file line number Diff line number Diff line change 1313 "devDependencies" : {
1414 "@sveltejs/adapter-static" : " ^1.0.0-next.13" ,
1515 "@sveltejs/kit" : " ^1.0.0-next.138" ,
16- "eslint" : " ^7.26 .0" ,
16+ "eslint" : " ^8.0 .0" ,
1717 "prettier" : " ^2.3.0" ,
1818 "prettier-plugin-svelte" : " ^2.3.0" ,
1919 "string-replace-loader" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 5454 "@typescript-eslint/eslint-plugin" : " ^5.0.0" ,
5555 "@typescript-eslint/parser" : " ^5.0.0" ,
5656 "code-red" : " ^0.2.0" ,
57- "eslint" : " ^7.5 .0" ,
57+ "eslint" : " ^8.0 .0" ,
5858 "eslint-config-prettier" : " ^8.0.0" ,
5959 "eslint-plugin-eslint-comments" : " ^3.2.0" ,
6060 "eslint-plugin-json-schema-validator" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments