File tree Expand file tree Collapse file tree 3 files changed +250
-273
lines changed
Expand file tree Collapse file tree 3 files changed +250
-273
lines changed Original file line number Diff line number Diff line change 11name : Test
22on :
33 push :
4+ branches :
5+ - main
46 pull_request :
57jobs :
68 full :
7- name : Node.js 17 Full
9+ name : Node.js Latest Full
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@v2
19+ uses : actions/setup-node@v3
1820 with :
19- node-version : 17
21+ node-version : 18
2022 cache : pnpm
2123 - name : Install dependencies
2224 run : pnpm install --frozen-lockfile --ignore-scripts
@@ -35,13 +37,13 @@ jobs:
3537 name : Node.js ${{ matrix.node-version }} Quick
3638 steps :
3739 - name : Checkout the repository
38- uses : actions/checkout@v2
40+ uses : actions/checkout@v3
3941 - name : Install pnpm
4042 uses : pnpm/action-setup@v2
4143 with :
4244 version : latest
4345 - name : Install Node.js ${{ matrix.node-version }}
44- uses : actions/setup-node@v2
46+ uses : actions/setup-node@v3
4547 with :
4648 node-version : ${{ matrix.node-version }}
4749 cache : pnpm
Original file line number Diff line number Diff line change 2727 "postcss" : " ^8.2.14"
2828 },
2929 "dependencies" : {
30- "postcss-selector-parser" : " ^6.0.8 "
30+ "postcss-selector-parser" : " ^6.0.10 "
3131 },
3232 "devDependencies" : {
33- "@logux/eslint-config" : " ^46.1.1 " ,
34- "c8" : " ^7.11.0 " ,
35- "clean-publish" : " ^3.4.5 " ,
36- "eslint" : " ^8.6 .0" ,
37- "eslint-config-standard" : " ^16 .0.3 " ,
38- "eslint-plugin-import" : " ^2.25.4 " ,
39- "eslint-plugin-node " : " ^11 .1.0" ,
33+ "@logux/eslint-config" : " ^47.2.0 " ,
34+ "c8" : " ^7.11.2 " ,
35+ "clean-publish" : " ^4.0.0 " ,
36+ "eslint" : " ^8.14 .0" ,
37+ "eslint-config-standard" : " ^17 .0.0 " ,
38+ "eslint-plugin-import" : " ^2.26.0 " ,
39+ "eslint-plugin-n " : " ^15 .1.0" ,
4040 "eslint-plugin-prefer-let" : " ^3.0.1" ,
4141 "eslint-plugin-promise" : " ^6.0.0" ,
42- "postcss" : " ^8.4.5 " ,
42+ "postcss" : " ^8.4.12 " ,
4343 "uvu" : " ^0.5.3"
4444 },
4545 "prettier" : {
You can’t perform that action at this time.
0 commit comments