File tree 3 files changed +214
-167
lines changed
3 files changed +214
-167
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
jobs :
8
8
full :
9
- name : Node.js 17 Full
9
+ name : Node.js Latest Full
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout the repository
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
- name : Install pnpm
15
15
uses : pnpm/action-setup@v2
16
16
with :
17
17
version : latest
18
18
- name : Install Node.js
19
- uses : actions/setup-node@v2
19
+ uses : actions/setup-node@v3
20
20
with :
21
- node-version : 17
21
+ node-version : 18
22
22
cache : pnpm
23
23
- name : Install dependencies
24
24
run : pnpm install --frozen-lockfile --ignore-scripts
@@ -37,13 +37,13 @@ jobs:
37
37
name : Node.js ${{ matrix.node-version }} Quick
38
38
steps :
39
39
- name : Checkout the repository
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v3
41
41
- name : Install pnpm
42
42
uses : pnpm/action-setup@v2
43
43
with :
44
44
version : latest
45
45
- name : Install Node.js ${{ matrix.node-version }}
46
- uses : actions/setup-node@v2
46
+ uses : actions/setup-node@v3
47
47
with :
48
48
node-version : ${{ matrix.node-version }}
49
49
cache : pnpm
Original file line number Diff line number Diff line change 33
33
"sugarss" : " ^4.0.1"
34
34
},
35
35
"devDependencies" : {
36
- "@logux/eslint-config" : " ^46.1.1 " ,
37
- "c8" : " ^7.11.0 " ,
36
+ "@logux/eslint-config" : " ^47.2.0 " ,
37
+ "c8" : " ^7.11.2 " ,
38
38
"clean-publish" : " ^4.0.0" ,
39
- "eslint" : " ^8.9 .0" ,
40
- "eslint-config-standard" : " ^16 .0.3 " ,
41
- "eslint-plugin-import" : " ^2.25.4 " ,
42
- "eslint-plugin-node " : " ^11 .1.0" ,
39
+ "eslint" : " ^8.14 .0" ,
40
+ "eslint-config-standard" : " ^17 .0.0 " ,
41
+ "eslint-plugin-import" : " ^2.26.0 " ,
42
+ "eslint-plugin-n " : " ^15 .1.0" ,
43
43
"eslint-plugin-prefer-let" : " ^3.0.1" ,
44
44
"eslint-plugin-promise" : " ^6.0.0" ,
45
- "postcss" : " ^8.4.7 " ,
45
+ "postcss" : " ^8.4.12 " ,
46
46
"uvu" : " ^0.5.3"
47
47
},
48
48
"prettier" : {
56
56
"eslintConfig" : {
57
57
"extends" : " @logux/eslint-config" ,
58
58
"rules" : {
59
- "security/detect-non-literal-require" : " off" ,
60
- "node/global-require" : " off" ,
61
- "consistent-return" : " off"
59
+ "n/global-require" : " off"
62
60
}
63
61
},
64
62
"c8" : {
You can’t perform that action at this time.
0 commit comments