Commit a1c1932 1 parent 9d5ac84 commit a1c1932 Copy full SHA for a1c1932
File tree 27 files changed +61
-392
lines changed
27 files changed +61
-392
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.system }}
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - uses : pnpm/action-setup@v4
18
- with :
19
- version : 9
20
- - uses : actions/setup-node@v4
21
- with :
22
- node-version : 18
23
- cache : " pnpm"
17
+ - uses : ./.github/actions/setup-env
24
18
- name : Delete pnpm-lock.yaml
25
19
run : " rm pnpm-lock.yaml"
26
20
- name : Install
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - uses : pnpm/action-setup@v4
20
- with :
21
- version : 9
22
- - uses : actions/setup-node@v4
23
- with :
24
- node-version : 18
25
- cache : " pnpm"
19
+ - uses : ./.github/actions/setup-env
26
20
- name : Install
27
21
run : pnpm install --frozen-lockfile --prefer-offline
28
22
- name : Install Docs
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v4
21
21
with :
22
22
ref : " refs/pull/${{ github.event.number }}/merge"
23
- - uses : pnpm/action-setup@v4
24
- with :
25
- version : 9
26
- - uses : actions/setup-node@v4
27
- with :
28
- node-version : 18
29
- cache : " pnpm"
23
+ - uses : ./.github/actions/setup-env
30
24
- name : Install
31
25
run : pnpm install --frozen-lockfile --prefer-offline
32
26
- name : Build
Original file line number Diff line number Diff line change 29
29
IS_WINDOWS : ${{ matrix.os == 'windows-latest' }}
30
30
steps :
31
31
- uses : actions/checkout@v4
32
- - uses : pnpm/action-setup@v4
33
- with :
34
- version : 9
35
- - uses : actions/setup-node@v4
36
- with :
37
- node-version : 18
32
+ - uses : ./.github/actions/setup-env
38
33
- name : Run fixture-projects script
39
34
run : |
40
35
cd e2e
Original file line number Diff line number Diff line change 30
30
runs-on : windows-latest
31
31
steps :
32
32
- uses : actions/checkout@v4
33
- - uses : pnpm/action-setup@v4
34
- with :
35
- version : 9
36
- - uses : actions/setup-node@v4
37
- with :
38
- node-version : 18
39
- cache : " pnpm"
33
+ - uses : ./.github/actions/setup-env
40
34
- name : Install
41
35
run : pnpm install --frozen-lockfile --prefer-offline
42
36
- name : Build
51
45
runs-on : macos-latest
52
46
steps :
53
47
- uses : actions/checkout@v4
54
- - uses : pnpm/action-setup@v4
55
- with :
56
- version : 9
57
- - uses : actions/setup-node@v4
58
- with :
59
- node-version : 18
60
- cache : " pnpm"
48
+ - uses : ./.github/actions/setup-env
61
49
- name : Install
62
50
run : pnpm install --frozen-lockfile --prefer-offline
63
51
- name : Build
75
63
node : [18, 20, 22]
76
64
steps :
77
65
- uses : actions/checkout@v4
78
- - uses : pnpm/action-setup@v4
79
- with :
80
- version : 9
81
- - uses : actions/setup-node@v4
66
+ - uses : ./.github/actions/setup-env
82
67
with :
83
68
node-version : ${{ matrix.node }}
84
- cache : " pnpm"
85
69
- name : Install
86
70
run : pnpm install --frozen-lockfile --prefer-offline
87
71
- name : Build
Original file line number Diff line number Diff line change 41
41
steps :
42
42
- uses : actions/checkout@v3
43
43
44
- - uses : pnpm/action-setup@v4
45
- with :
46
- version : 9
47
- - name : Install Node
48
- uses : actions/setup-node@v4
44
+ - uses : ./.github/actions/setup-env
49
45
with :
50
46
node-version : ${{ matrix.node }}
51
- cache : pnpm
52
47
53
48
- name : Install package
54
49
run : pnpm install --frozen-lockfile --prefer-offline
83
78
steps :
84
79
- uses : actions/checkout@v3
85
80
86
- - uses : pnpm/action-setup@v4
87
- with :
88
- version : 9
89
- - name : Install Node
90
- uses : actions/setup-node@v4
81
+ - uses : ./.github/actions/setup-env
91
82
with :
92
83
node-version : ${{ matrix.node }}
93
- cache : pnpm
94
84
95
85
- name : Install package
96
86
run : pnpm install --frozen-lockfile --prefer-offline
@@ -123,13 +113,9 @@ jobs:
123
113
node : [18, 20]
124
114
steps :
125
115
- uses : actions/checkout@v4
126
- - uses : pnpm/action-setup@v4
127
- with :
128
- version : 9
129
- - uses : actions/setup-node@v4
116
+ - uses : ./.github/actions/setup-env
130
117
with :
131
118
node-version : ${{ matrix.node }}
132
- cache : pnpm
133
119
- name : Install
134
120
run : pnpm install --frozen-lockfile --prefer-offline
135
121
- name : Install @types/node
Original file line number Diff line number Diff line change 32
32
runs-on : windows-latest
33
33
steps :
34
34
- uses : actions/checkout@v4
35
- - uses : pnpm/action-setup@v4
36
- with :
37
- version : 9
38
- - uses : actions/setup-node@v4
39
- with :
40
- node-version : 18
41
- cache : " pnpm"
35
+ - uses : ./.github/actions/setup-env
42
36
- name : Install
43
37
run : pnpm install --frozen-lockfile --prefer-offline
44
38
- name : Build
51
45
runs-on : macos-latest
52
46
steps :
53
47
- uses : actions/checkout@v4
54
- - uses : pnpm/action-setup@v4
55
- with :
56
- version : 9
57
- - uses : actions/setup-node@v4
58
- with :
59
- node-version : 18
60
- cache : " pnpm"
48
+ - uses : ./.github/actions/setup-env
61
49
- name : Install
62
50
run : pnpm install --frozen-lockfile --prefer-offline
63
51
- name : Build
73
61
node : [18, 20, 22]
74
62
steps :
75
63
- uses : actions/checkout@v4
76
- - uses : pnpm/action-setup@v4
77
- with :
78
- version : 9
79
- - uses : actions/setup-node@v4
64
+ - uses : ./.github/actions/setup-env
80
65
with :
81
66
node-version : ${{ matrix.node }}
82
- cache : " pnpm"
83
67
- name : Install
84
68
run : pnpm install --frozen-lockfile --prefer-offline
85
69
- name : Build
Original file line number Diff line number Diff line change 30
30
runs-on : windows-latest
31
31
steps :
32
32
- uses : actions/checkout@v4
33
- - uses : pnpm/action-setup@v4
34
- with :
35
- version : 9
36
- - uses : actions/setup-node@v4
37
- with :
38
- node-version : 18
39
- cache : " pnpm"
33
+ - uses : ./.github/actions/setup-env
40
34
- name : Install
41
35
run : pnpm install --frozen-lockfile --prefer-offline
42
36
- name : Build
51
45
runs-on : macos-latest
52
46
steps :
53
47
- uses : actions/checkout@v4
54
- - uses : pnpm/action-setup@v4
55
- with :
56
- version : 9
57
- - uses : actions/setup-node@v4
58
- with :
59
- node-version : 18
60
- cache : " pnpm"
48
+ - uses : ./.github/actions/setup-env
61
49
- name : Install
62
50
run : pnpm install --frozen-lockfile --prefer-offline
63
51
- name : Build
75
63
node : [18, 20, 22]
76
64
steps :
77
65
- uses : actions/checkout@v4
78
- - uses : pnpm/action-setup@v4
79
- with :
80
- version : 9
81
- - uses : actions/setup-node@v4
66
+ - uses : ./.github/actions/setup-env
82
67
with :
83
68
node-version : ${{ matrix.node }}
84
- cache : " pnpm"
85
69
- name : Install
86
70
run : pnpm install --frozen-lockfile --prefer-offline
87
71
- name : Build
Original file line number Diff line number Diff line change 33
33
runs-on : windows-latest
34
34
steps :
35
35
- uses : actions/checkout@v4
36
- - uses : pnpm/action-setup@v4
37
- with :
38
- version : 9
39
- - uses : actions/setup-node@v4
40
- with :
41
- node-version : 18
42
- cache : " pnpm"
36
+ - uses : ./.github/actions/setup-env
43
37
- name : Install
44
38
run : pnpm install --frozen-lockfile --prefer-offline
45
39
- name : Build
52
46
runs-on : macos-latest
53
47
steps :
54
48
- uses : actions/checkout@v4
55
- - uses : pnpm/action-setup@v4
56
- with :
57
- version : 9
58
- - uses : actions/setup-node@v4
59
- with :
60
- node-version : 18
61
- cache : " pnpm"
49
+ - uses : ./.github/actions/setup-env
62
50
- name : Install
63
51
run : pnpm install --frozen-lockfile --prefer-offline
64
52
- name : Build
74
62
node : [18, 20, 22]
75
63
steps :
76
64
- uses : actions/checkout@v4
77
- - uses : pnpm/action-setup@v4
78
- with :
79
- version : 9
80
- - uses : actions/setup-node@v4
65
+ - uses : ./.github/actions/setup-env
81
66
with :
82
67
node-version : ${{ matrix.node }}
83
- cache : " pnpm"
84
68
- name : Install
85
69
run : pnpm install --frozen-lockfile --prefer-offline
86
70
- name : Build
Original file line number Diff line number Diff line change 32
32
runs-on : windows-latest
33
33
steps :
34
34
- uses : actions/checkout@v4
35
- - uses : pnpm/action-setup@v4
36
- with :
37
- version : 9
38
- - uses : actions/setup-node@v4
39
- with :
40
- node-version : 18
41
- cache : " pnpm"
35
+ - uses : ./.github/actions/setup-env
42
36
- name : Install
43
37
run : pnpm install --frozen-lockfile --prefer-offline
44
38
- name : Build
53
47
runs-on : macos-latest
54
48
steps :
55
49
- uses : actions/checkout@v4
56
- - uses : pnpm/action-setup@v4
57
- with :
58
- version : 9
59
- - uses : actions/setup-node@v4
60
- with :
61
- node-version : 18
62
- cache : " pnpm"
50
+ - uses : ./.github/actions/setup-env
63
51
- name : Install
64
52
run : pnpm install --frozen-lockfile --prefer-offline
65
53
- name : Build
77
65
node : [18, 20, 22]
78
66
steps :
79
67
- uses : actions/checkout@v4
80
- - uses : pnpm/action-setup@v4
81
- with :
82
- version : 9
83
- - uses : actions/setup-node@v4
68
+ - uses : ./.github/actions/setup-env
84
69
with :
85
70
node-version : ${{ matrix.node }}
86
- cache : " pnpm"
87
71
- name : Install
88
72
run : pnpm install --frozen-lockfile --prefer-offline
89
73
- name : Build
Original file line number Diff line number Diff line change 22
22
node : [18, 20, 22]
23
23
steps :
24
24
- uses : actions/checkout@v4
25
- - uses : pnpm/action-setup@v4
26
- with :
27
- version : 9
28
- - uses : actions/setup-node@v4
25
+ - uses : ./.github/actions/setup-env
29
26
with :
30
27
node-version : ${{ matrix.node }}
31
- cache : " pnpm"
32
28
- name : Install
33
29
run : pnpm install --frozen-lockfile --prefer-offline
34
30
- name : Build
Original file line number Diff line number Diff line change 32
32
runs-on : windows-latest
33
33
steps :
34
34
- uses : actions/checkout@v4
35
- - uses : pnpm/action-setup@v4
36
- with :
37
- version : 9
38
- - uses : actions/setup-node@v4
39
- with :
40
- node-version : 18
41
- cache : " pnpm"
35
+ - uses : ./.github/actions/setup-env
42
36
- name : Install
43
37
run : pnpm install --frozen-lockfile --prefer-offline
44
38
- name : Build
51
45
runs-on : macos-latest
52
46
steps :
53
47
- uses : actions/checkout@v4
54
- - uses : pnpm/action-setup@v4
55
- with :
56
- version : 9
57
- - uses : actions/setup-node@v4
58
- with :
59
- node-version : 18
60
- cache : " pnpm"
48
+ - uses : ./.github/actions/setup-env
61
49
- name : Install
62
50
run : pnpm install --frozen-lockfile --prefer-offline
63
51
- name : Build
73
61
node : [18, 20, 22]
74
62
steps :
75
63
- uses : actions/checkout@v4
76
- - uses : pnpm/action-setup@v4
77
- with :
78
- version : 9
79
- - uses : actions/setup-node@v4
64
+ - uses : ./.github/actions/setup-env
80
65
with :
81
66
node-version : ${{ matrix.node }}
82
- cache : " pnpm"
83
67
- name : Install
84
68
run : pnpm install --frozen-lockfile --prefer-offline
85
69
- name : Build
You can’t perform that action at this time.
0 commit comments