File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1212 fail-fast : false
1313 matrix :
1414 node-version :
15+ - 22
1516 - 21
1617 - 20
1718 - 18
2223 - uses : actions/setup-node@v4
2324 with :
2425 node-version : ${{ matrix.node-version }}
25- - run : npm install --force # ts-eslint does not support eslint v9 yet.
26+ - run : npm install
2627 - run : npm test
2728
2829 lint :
3233 - uses : actions/setup-node@v4
3334 with :
3435 node-version : " lts/*"
35- - run : npm install --force # ts-eslint does not support eslint v9 yet.
36+ - run : npm install
3637 - run : npm run lint
3738
3839 eslint8 :
4243 - uses : actions/setup-node@v4
4344 with :
4445 node-version : " lts/*"
45- - run : npm install --force # ts-eslint does not support eslint v9 yet.
46+ - run : npm install
4647 - run : npm install --save-dev eslint@8
4748 - run : npm test
4849
5455 - uses : actions/setup-node@v4
5556 with :
5657 node-version : " lts/*"
57- - run : npm install --force # ts-eslint does not support eslint v9 yet.
58+ - run : npm install
5859 - run : npm install --save-dev eslint@8 # eslint-remote-tester does not support eslint v9.
5960 - run : npm run test:remote
Original file line number Diff line number Diff line change 11registry = https://registry.npmjs.org/
22package-lock = false
3+ force = true
You can’t perform that action at this time.
0 commit comments