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 1
1
name : Test
2
2
on :
3
3
push :
4
+ branches :
5
+ - main
4
6
pull_request :
5
7
jobs :
6
8
full :
7
- name : Node.js 17 Full
9
+ name : Node.js Latest Full
8
10
runs-on : ubuntu-latest
9
11
steps :
10
12
- name : Checkout the repository
11
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
12
14
- name : Install pnpm
13
15
uses : pnpm/action-setup@v2
14
16
with :
15
17
version : latest
16
18
- name : Install Node.js
17
- uses : actions/setup-node@v2
19
+ uses : actions/setup-node@v3
18
20
with :
19
- node-version : 17
21
+ node-version : 18
20
22
cache : pnpm
21
23
- name : Install dependencies
22
24
run : pnpm install --frozen-lockfile --ignore-scripts
@@ -35,13 +37,13 @@ jobs:
35
37
name : Node.js ${{ matrix.node-version }} Quick
36
38
steps :
37
39
- name : Checkout the repository
38
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v3
39
41
- name : Install pnpm
40
42
uses : pnpm/action-setup@v2
41
43
with :
42
44
version : latest
43
45
- name : Install Node.js ${{ matrix.node-version }}
44
- uses : actions/setup-node@v2
46
+ uses : actions/setup-node@v3
45
47
with :
46
48
node-version : ${{ matrix.node-version }}
47
49
cache : pnpm
Original file line number Diff line number Diff line change 27
27
"postcss" : " ^8.2.14"
28
28
},
29
29
"dependencies" : {
30
- "postcss-selector-parser" : " ^6.0.8 "
30
+ "postcss-selector-parser" : " ^6.0.10 "
31
31
},
32
32
"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" ,
40
40
"eslint-plugin-prefer-let" : " ^3.0.1" ,
41
41
"eslint-plugin-promise" : " ^6.0.0" ,
42
- "postcss" : " ^8.4.5 " ,
42
+ "postcss" : " ^8.4.12 " ,
43
43
"uvu" : " ^0.5.3"
44
44
},
45
45
"prettier" : {
You can’t perform that action at this time.
0 commit comments