File tree 3 files changed +16
-35
lines changed
3 files changed +16
-35
lines changed Original file line number Diff line number Diff line change 4
4
schedule :
5
5
- cron : ' 35 17 */4 * 4'
6
6
7
+ env :
8
+ CI : true
9
+
7
10
jobs :
8
11
e2e_tests :
9
12
name : E2E test
10
- env :
11
- CI : true
12
-
13
13
runs-on : ubuntu-latest
14
-
15
14
steps :
16
15
- uses : actions/checkout@v4
17
16
18
17
- uses : pnpm/action-setup@v4
19
18
with :
20
- version : 8
19
+ version : 9
21
20
run_install : false
22
21
23
22
# https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
Original file line number Diff line number Diff line change 5
5
paths-ignore :
6
6
- ' **.md'
7
7
8
+ env :
9
+ CI : true
10
+
8
11
jobs :
9
12
lint :
10
13
name : Lint
11
- env :
12
- CI : true
13
-
14
14
runs-on : ubuntu-latest
15
-
16
15
steps :
17
16
- uses : actions/checkout@v4
18
17
19
18
- uses : pnpm/action-setup@v4
20
19
with :
21
- version : 8
20
+ version : 9
22
21
run_install : false
23
22
24
23
- name : Use Node.js 20.x
@@ -38,17 +37,13 @@ jobs:
38
37
39
38
unit_test :
40
39
name : Unit test
41
- env :
42
- CI : true
43
-
44
40
runs-on : ubuntu-latest
45
-
46
41
steps :
47
42
- uses : actions/checkout@v4
48
43
49
44
- uses : pnpm/action-setup@v4
50
45
with :
51
- version : 8
46
+ version : 9
52
47
run_install : false
53
48
54
49
- name : Use Node.js 20.x
@@ -85,17 +80,13 @@ jobs:
85
80
86
81
e2e_tests :
87
82
name : E2E test
88
- env :
89
- CI : true
90
-
91
83
runs-on : ubuntu-latest
92
-
93
84
steps :
94
85
- uses : actions/checkout@v4
95
86
96
87
- uses : pnpm/action-setup@v4
97
88
with :
98
- version : 8
89
+ version : 9
99
90
run_install : false
100
91
101
92
- name : Use Node.js 20.x
Original file line number Diff line number Diff line change 5
5
paths-ignore :
6
6
- ' **.md'
7
7
8
+ env :
9
+ CI : true
10
+
8
11
jobs :
9
12
lint :
10
13
name : Lint
11
- env :
12
- CI : true
13
-
14
14
runs-on : ubuntu-latest
15
-
16
15
steps :
17
16
- uses : actions/checkout@v4
18
17
19
18
- uses : pnpm/action-setup@v4
20
19
with :
21
- version : 8
20
+ version : 9
22
21
run_install : false
23
22
24
23
- name : Use Node.js 20.x
@@ -38,17 +37,13 @@ jobs:
38
37
39
38
unit_test :
40
39
name : Unit test
41
- env :
42
- CI : true
43
-
44
40
runs-on : ubuntu-latest
45
-
46
41
steps :
47
42
- uses : actions/checkout@v4
48
43
49
44
- uses : pnpm/action-setup@v4
50
45
with :
51
- version : 8
46
+ version : 9
52
47
run_install : false
53
48
54
49
- name : Use Node.js 20.x
@@ -85,17 +80,13 @@ jobs:
85
80
86
81
e2e_tests :
87
82
name : E2E test
88
- env :
89
- CI : true
90
-
91
83
runs-on : ubuntu-latest
92
-
93
84
steps :
94
85
- uses : actions/checkout@v4
95
86
96
87
- uses : pnpm/action-setup@v4
97
88
with :
98
- version : 8
89
+ version : 9
99
90
run_install : false
100
91
101
92
- name : Use Node.js 20.x
You can’t perform that action at this time.
0 commit comments