File tree 25 files changed +58
-58
lines changed
25 files changed +58
-58
lines changed Original file line number Diff line number Diff line change 24
24
node-version : 16
25
25
cache : " pnpm"
26
26
- name : Install
27
- run : pnpm install --frozen-lockfile
27
+ run : pnpm install --frozen-lockfile --prefer-offline
28
28
- name : Install Docs
29
29
run : cd docs && pnpm install
30
30
- name : lint
Original file line number Diff line number Diff line change 28
28
node-version : 16
29
29
cache : " pnpm"
30
30
- name : Install
31
- run : pnpm install --frozen-lockfile
31
+ run : pnpm install --frozen-lockfile --prefer-offline
32
32
- name : Build
33
33
run : pnpm build
34
34
- name : lint
Original file line number Diff line number Diff line change 38
38
node-version : 16
39
39
cache : " pnpm"
40
40
- name : Install
41
- run : pnpm install --frozen-lockfile
41
+ run : pnpm install --frozen-lockfile --prefer-offline
42
42
- name : Build
43
43
run : pnpm build
44
44
- name : Run tests
61
61
node-version : 16
62
62
cache : " pnpm"
63
63
- name : Install
64
- run : pnpm install --frozen-lockfile
64
+ run : pnpm install --frozen-lockfile --prefer-offline
65
65
- name : Build
66
66
run : pnpm build
67
67
- name : Run tests
85
85
node-version : ${{ matrix.node }}
86
86
cache : " pnpm"
87
87
- name : Install
88
- run : pnpm install --frozen-lockfile
88
+ run : pnpm install --frozen-lockfile --prefer-offline
89
89
- name : Build
90
90
run : pnpm build
91
91
- name : Run tests
Original file line number Diff line number Diff line change 38
38
node-version : 16
39
39
cache : " pnpm"
40
40
- name : Install
41
- run : pnpm install --frozen-lockfile
41
+ run : pnpm install --frozen-lockfile --prefer-offline
42
42
- name : Build
43
43
run : pnpm build
44
44
- name : Run tests
62
62
node-version : 16
63
63
cache : " pnpm"
64
64
- name : Install
65
- run : pnpm install --frozen-lockfile
65
+ run : pnpm install --frozen-lockfile --prefer-offline
66
66
- name : Build
67
67
run : pnpm build
68
68
- name : Run tests
87
87
node-version : ${{ matrix.node }}
88
88
cache : " pnpm"
89
89
- name : Install
90
- run : pnpm install --frozen-lockfile
90
+ run : pnpm install --frozen-lockfile --prefer-offline
91
91
- name : Build
92
92
run : pnpm build
93
93
- name : Run tests
@@ -112,7 +112,7 @@ jobs:
112
112
node-version : ${{ matrix.node }}
113
113
cache : " pnpm"
114
114
- name : Install
115
- run : pnpm install --frozen-lockfile
115
+ run : pnpm install --frozen-lockfile --prefer-offline
116
116
- name : Install @types/node
117
117
run : pnpm add --save-dev @types/node@${{ matrix.node }}
118
118
- name : Build
Original file line number Diff line number Diff line change 40
40
node-version : 16
41
41
cache : " pnpm"
42
42
- name : Install
43
- run : pnpm install --frozen-lockfile
43
+ run : pnpm install --frozen-lockfile --prefer-offline
44
44
- name : Build
45
45
run : pnpm build
46
46
- name : Run tests
61
61
node-version : 16
62
62
cache : " pnpm"
63
63
- name : Install
64
- run : pnpm install --frozen-lockfile
64
+ run : pnpm install --frozen-lockfile --prefer-offline
65
65
- name : Build
66
66
run : pnpm build
67
67
- name : Run tests
83
83
node-version : ${{ matrix.node }}
84
84
cache : " pnpm"
85
85
- name : Install
86
- run : pnpm install --frozen-lockfile
86
+ run : pnpm install --frozen-lockfile --prefer-offline
87
87
- name : Build
88
88
run : pnpm build
89
89
- name : Run tests
Original file line number Diff line number Diff line change 38
38
node-version : 16
39
39
cache : " pnpm"
40
40
- name : Install
41
- run : pnpm install --frozen-lockfile
41
+ run : pnpm install --frozen-lockfile --prefer-offline
42
42
- name : Build
43
43
run : pnpm build
44
44
- name : Run tests
61
61
node-version : 16
62
62
cache : " pnpm"
63
63
- name : Install
64
- run : pnpm install --frozen-lockfile
64
+ run : pnpm install --frozen-lockfile --prefer-offline
65
65
- name : Build
66
66
run : pnpm build
67
67
- name : Run tests
85
85
node-version : ${{ matrix.node }}
86
86
cache : " pnpm"
87
87
- name : Install
88
- run : pnpm install --frozen-lockfile
88
+ run : pnpm install --frozen-lockfile --prefer-offline
89
89
- name : Build
90
90
run : pnpm build
91
91
- name : Run tests
Original file line number Diff line number Diff line change 41
41
node-version : 16
42
42
cache : " pnpm"
43
43
- name : Install
44
- run : pnpm install --frozen-lockfile
44
+ run : pnpm install --frozen-lockfile --prefer-offline
45
45
- name : Build
46
46
run : pnpm build
47
47
- name : Run tests
62
62
node-version : 16
63
63
cache : " pnpm"
64
64
- name : Install
65
- run : pnpm install --frozen-lockfile
65
+ run : pnpm install --frozen-lockfile --prefer-offline
66
66
- name : Build
67
67
run : pnpm build
68
68
- name : Run tests
84
84
node-version : ${{ matrix.node }}
85
85
cache : " pnpm"
86
86
- name : Install
87
- run : pnpm install --frozen-lockfile
87
+ run : pnpm install --frozen-lockfile --prefer-offline
88
88
- name : Build
89
89
run : pnpm build
90
90
- name : Run tests
Original file line number Diff line number Diff line change 46
46
node-version : 16
47
47
cache : " pnpm"
48
48
- name : Install
49
- run : pnpm install --frozen-lockfile
49
+ run : pnpm install --frozen-lockfile --prefer-offline
50
50
- name : Cache network requests
51
51
uses : actions/cache@v2
52
52
with :
Original file line number Diff line number Diff line change 38
38
node-version : 16
39
39
cache : " pnpm"
40
40
- name : Install
41
- run : pnpm install --frozen-lockfile
41
+ run : pnpm install --frozen-lockfile --prefer-offline
42
42
- name : Build
43
43
run : pnpm build
44
44
- name : Run tests
61
61
node-version : 16
62
62
cache : " pnpm"
63
63
- name : Install
64
- run : pnpm install --frozen-lockfile
64
+ run : pnpm install --frozen-lockfile --prefer-offline
65
65
- name : Build
66
66
run : pnpm build
67
67
- name : Run tests
85
85
node-version : ${{ matrix.node }}
86
86
cache : " pnpm"
87
87
- name : Install
88
- run : pnpm install --frozen-lockfile
88
+ run : pnpm install --frozen-lockfile --prefer-offline
89
89
- name : Build
90
90
run : pnpm build
91
91
- name : Run tests
Original file line number Diff line number Diff line change 30
30
node-version : ${{ matrix.node }}
31
31
cache : " pnpm"
32
32
- name : Install
33
- run : pnpm install --frozen-lockfile
33
+ run : pnpm install --frozen-lockfile --prefer-offline
34
34
- name : Build
35
35
run : pnpm build
36
36
- name : Cache artifacts
Original file line number Diff line number Diff line change 41
41
node-version : ${{ matrix.node }}
42
42
cache : " pnpm"
43
43
- name : Install
44
- run : pnpm install --frozen-lockfile
44
+ run : pnpm install --frozen-lockfile --prefer-offline
45
45
- name : Build
46
46
run : pnpm build
47
47
- name : Cache artifacts
Original file line number Diff line number Diff line change 40
40
node-version : 16
41
41
cache : " pnpm"
42
42
- name : Install
43
- run : pnpm install --frozen-lockfile
43
+ run : pnpm install --frozen-lockfile --prefer-offline
44
44
- name : Build
45
45
run : pnpm build
46
46
- name : Run tests
61
61
node-version : 16
62
62
cache : " pnpm"
63
63
- name : Install
64
- run : pnpm install --frozen-lockfile
64
+ run : pnpm install --frozen-lockfile --prefer-offline
65
65
- name : Build
66
66
run : pnpm build
67
67
- name : Run tests
83
83
node-version : ${{ matrix.node }}
84
84
cache : " pnpm"
85
85
- name : Install
86
- run : pnpm install --frozen-lockfile
86
+ run : pnpm install --frozen-lockfile --prefer-offline
87
87
- name : Build
88
88
run : pnpm build
89
89
- name : Run tests
Original file line number Diff line number Diff line change 40
40
node-version : 16
41
41
cache : " pnpm"
42
42
- name : Install
43
- run : pnpm install --frozen-lockfile
43
+ run : pnpm install --frozen-lockfile --prefer-offline
44
44
- name : Build
45
45
run : pnpm build
46
46
- name : Run tests
61
61
node-version : 16
62
62
cache : " pnpm"
63
63
- name : Install
64
- run : pnpm install --frozen-lockfile
64
+ run : pnpm install --frozen-lockfile --prefer-offline
65
65
- name : Build
66
66
run : pnpm build
67
67
- name : Run tests
83
83
node-version : ${{ matrix.node }}
84
84
cache : " pnpm"
85
85
- name : Install
86
- run : pnpm install --frozen-lockfile
86
+ run : pnpm install --frozen-lockfile --prefer-offline
87
87
- name : Build
88
88
run : pnpm build
89
89
- name : Run tests
Original file line number Diff line number Diff line change 42
42
node-version : 16
43
43
cache : " pnpm"
44
44
- name : Install
45
- run : pnpm install --frozen-lockfile
45
+ run : pnpm install --frozen-lockfile --prefer-offline
46
46
- name : Build
47
47
run : pnpm build
48
48
- name : Run tests
64
64
node-version : ${{ matrix.node }}
65
65
cache : " pnpm"
66
66
- name : Install
67
- run : pnpm install --frozen-lockfile
67
+ run : pnpm install --frozen-lockfile --prefer-offline
68
68
- name : Build
69
69
run : pnpm build
70
70
- name : Run tests
Original file line number Diff line number Diff line change 48
48
node-version : 16
49
49
cache : " pnpm"
50
50
- name : Install
51
- run : pnpm install --frozen-lockfile
51
+ run : pnpm install --frozen-lockfile --prefer-offline
52
52
- name : Build
53
53
run : pnpm build
54
54
- name : Run tests
69
69
node-version : 16
70
70
cache : " pnpm"
71
71
- name : Install
72
- run : pnpm install --frozen-lockfile
72
+ run : pnpm install --frozen-lockfile --prefer-offline
73
73
- name : Build
74
74
run : pnpm build
75
75
- name : Run tests
91
91
node-version : ${{ matrix.node }}
92
92
cache : " pnpm"
93
93
- name : Install
94
- run : pnpm install --frozen-lockfile
94
+ run : pnpm install --frozen-lockfile --prefer-offline
95
95
- name : Build
96
96
run : pnpm build
97
97
- name : Run tests
Original file line number Diff line number Diff line change 42
42
node-version : 16
43
43
cache : " pnpm"
44
44
- name : Install
45
- run : pnpm install --frozen-lockfile
45
+ run : pnpm install --frozen-lockfile --prefer-offline
46
46
- name : Build
47
47
run : pnpm build
48
48
- name : Run tests
63
63
node-version : 16
64
64
cache : " pnpm"
65
65
- name : Install
66
- run : pnpm install --frozen-lockfile
66
+ run : pnpm install --frozen-lockfile --prefer-offline
67
67
- name : Build
68
68
run : pnpm build
69
69
- name : Run tests
85
85
node-version : ${{ matrix.node }}
86
86
cache : " pnpm"
87
87
- name : Install
88
- run : pnpm install --frozen-lockfile
88
+ run : pnpm install --frozen-lockfile --prefer-offline
89
89
- name : Build
90
90
run : pnpm build
91
91
- name : Run tests
Original file line number Diff line number Diff line change 42
42
node-version : 16
43
43
cache : " pnpm"
44
44
- name : Install
45
- run : pnpm install --frozen-lockfile
45
+ run : pnpm install --frozen-lockfile --prefer-offline
46
46
- name : Build
47
47
run : pnpm build
48
48
- name : Run tests
63
63
node-version : 16
64
64
cache : " pnpm"
65
65
- name : Install
66
- run : pnpm install --frozen-lockfile
66
+ run : pnpm install --frozen-lockfile --prefer-offline
67
67
- name : Build
68
68
run : pnpm build
69
69
- name : Run tests
85
85
node-version : ${{ matrix.node }}
86
86
cache : " pnpm"
87
87
- name : Install
88
- run : pnpm install --frozen-lockfile
88
+ run : pnpm install --frozen-lockfile --prefer-offline
89
89
- name : Build
90
90
run : pnpm build
91
91
- name : Run tests
Original file line number Diff line number Diff line change 40
40
node-version : 16
41
41
cache : " pnpm"
42
42
- name : Install
43
- run : pnpm install --frozen-lockfile
43
+ run : pnpm install --frozen-lockfile --prefer-offline
44
44
- name : Build
45
45
run : pnpm build
46
46
- name : Run tests
61
61
node-version : 16
62
62
cache : " pnpm"
63
63
- name : Install
64
- run : pnpm install --frozen-lockfile
64
+ run : pnpm install --frozen-lockfile --prefer-offline
65
65
- name : Build
66
66
run : pnpm build
67
67
- name : Run tests
83
83
node-version : ${{ matrix.node }}
84
84
cache : " pnpm"
85
85
- name : Install
86
- run : pnpm install --frozen-lockfile
86
+ run : pnpm install --frozen-lockfile --prefer-offline
87
87
- name : Build
88
88
run : pnpm build
89
89
- name : Run tests
You can’t perform that action at this time.
0 commit comments