File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Test
22on :
33 push :
4+ branches :
5+ - main
46 pull_request :
57jobs :
68 test :
79 name : Test
810 runs-on : ubuntu-latest
911 steps :
1012 - name : Checkout the repository
11- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1214 - name : Install pnpm
1315 uses : pnpm/action-setup@v2
1416 with :
1517 version : latest
1618 - name : Install Node.js
17- uses : actions/setup-node@v1
19+ uses : actions/setup-node@v3
1820 with :
19- node-version : 16
21+ node-version : 18
2022 cache : pnpm
2123 - name : Install all dependencies
2224 run : pnpm install --frozen-lockfile --ignore-scripts
Original file line number Diff line number Diff line change 2929 "./package.json" : " ./package.json"
3030 },
3131 "devDependencies" : {
32- "@logux/eslint-config" : " ^46.1.1 " ,
32+ "@logux/eslint-config" : " ^47.2.0 " ,
3333 "clean-publish" : " ^4.0.0" ,
34- "eslint" : " ^8.10 .0" ,
35- "eslint-config-standard" : " ^16 .0.3 " ,
36- "eslint-plugin-import" : " ^2.25.4 " ,
37- "eslint-plugin-node " : " ^11 .1.0" ,
34+ "eslint" : " ^8.14 .0" ,
35+ "eslint-config-standard" : " ^17 .0.0 " ,
36+ "eslint-plugin-import" : " ^2.26.0 " ,
37+ "eslint-plugin-n " : " ^15 .1.0" ,
3838 "eslint-plugin-prefer-let" : " ^3.0.1" ,
3939 "eslint-plugin-promise" : " ^6.0.0" ,
40- "postcss" : " ^8.4.7 " ,
41- "typescript" : " ^4.6.2 " ,
40+ "postcss" : " ^8.4.12 " ,
41+ "typescript" : " ^4.6.3 " ,
4242 "uvu" : " ^0.5.3"
4343 },
4444 "eslintConfig" : {
You can’t perform that action at this time.
0 commit comments