@@ -2,7 +2,7 @@ version: "3"
2
2
services :
3
3
# LangChain
4
4
langchain-latest-deps :
5
- image : node:18
5
+ image : node:20
6
6
environment :
7
7
PUPPETEER_SKIP_DOWNLOAD : " true"
8
8
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
@@ -13,7 +13,7 @@ services:
13
13
- ./scripts:/scripts
14
14
command : bash /scripts/langchain/test-with-latest-deps.sh
15
15
langchain-lowest-deps :
16
- image : node:18
16
+ image : node:20
17
17
environment :
18
18
PUPPETEER_SKIP_DOWNLOAD : " true"
19
19
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
@@ -23,166 +23,166 @@ services:
23
23
- ../langchain:/langchain
24
24
- ./scripts:/scripts
25
25
command : bash /scripts/langchain/test-with-lowest-deps.sh
26
-
26
+
27
27
# Community
28
28
community-latest-deps :
29
- image : node:18
29
+ image : node:20
30
30
environment :
31
31
PUPPETEER_SKIP_DOWNLOAD : " true"
32
32
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
33
33
COHERE_API_KEY : ${COHERE_API_KEY}
34
34
working_dir : /app
35
35
volumes :
36
36
- ../turbo.json:/turbo.json
37
- - .. /package.json:/package.json
37
+ - ./scripts/with_standard_tests/community/node /package.json:/package.json
38
38
- ../libs/langchain-standard-tests:/libs/langchain-standard-tests
39
39
- ../libs/langchain-community:/libs/langchain-community
40
40
- ./scripts:/scripts
41
41
command : bash /scripts/with_standard_tests/community/test-with-latest-deps.sh
42
42
community-lowest-deps :
43
- image : node:18
43
+ image : node:20
44
44
environment :
45
45
PUPPETEER_SKIP_DOWNLOAD : " true"
46
46
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
47
47
COHERE_API_KEY : ${COHERE_API_KEY}
48
48
working_dir : /app
49
49
volumes :
50
50
- ../turbo.json:/turbo.json
51
- - .. /package.json:/package.json
51
+ - ./scripts/with_standard_tests/community/node /package.json:/package.json
52
52
- ../libs/langchain-standard-tests:/libs/langchain-standard-tests
53
53
- ../libs/langchain-community:/libs/langchain-community
54
54
- ./scripts:/scripts
55
55
command : bash /scripts/with_standard_tests/community/test-with-lowest-deps.sh
56
56
community-npm-install :
57
- image : node:18
57
+ image : node:20
58
58
environment :
59
59
PUPPETEER_SKIP_DOWNLOAD : " true"
60
60
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
61
61
working_dir : /app
62
62
volumes :
63
63
- ../turbo.json:/turbo.json
64
- - .. /package.json:/package.json
64
+ - ./scripts/with_standard_tests/community/node /package.json:/package.json
65
65
- ../libs/langchain-standard-tests:/libs/langchain-standard-tests
66
66
- ../libs/langchain-community:/libs/langchain-community
67
67
- ./scripts:/scripts
68
68
command : bash /scripts/with_standard_tests/community/npm-install.sh
69
69
70
70
# OpenAI
71
71
openai-latest-deps :
72
- image : node:18
72
+ image : node:20
73
73
environment :
74
74
PUPPETEER_SKIP_DOWNLOAD : " true"
75
75
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
76
76
COHERE_API_KEY : ${COHERE_API_KEY}
77
77
working_dir : /app
78
78
volumes :
79
79
- ../turbo.json:/turbo.json
80
- - .. /package.json:/package.json
80
+ - ./scripts/with_standard_tests/openai/node /package.json:/package.json
81
81
- ../libs/langchain-standard-tests:/libs/langchain-standard-tests
82
82
- ../libs/langchain-openai:/libs/langchain-openai
83
83
- ./scripts:/scripts
84
84
command : bash /scripts/with_standard_tests/openai/test-with-latest-deps.sh
85
85
openai-lowest-deps :
86
- image : node:18
86
+ image : node:20
87
87
environment :
88
88
PUPPETEER_SKIP_DOWNLOAD : " true"
89
89
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
90
90
COHERE_API_KEY : ${COHERE_API_KEY}
91
91
working_dir : /app
92
92
volumes :
93
93
- ../turbo.json:/turbo.json
94
- - .. /package.json:/package.json
94
+ - ./scripts/with_standard_tests/openai/node /package.json:/package.json
95
95
- ../libs/langchain-standard-tests:/libs/langchain-standard-tests
96
96
- ../libs/langchain-openai:/libs/langchain-openai
97
97
- ./scripts:/scripts
98
98
command : bash /scripts/with_standard_tests/openai/test-with-lowest-deps.sh
99
99
100
100
# Anthropic
101
101
anthropic-latest-deps :
102
- image : node:18
102
+ image : node:20
103
103
environment :
104
104
PUPPETEER_SKIP_DOWNLOAD : " true"
105
105
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
106
106
COHERE_API_KEY : ${COHERE_API_KEY}
107
107
working_dir : /app
108
108
volumes :
109
109
- ../turbo.json:/turbo.json
110
- - .. /package.json:/package.json
110
+ - ./scripts/with_standard_tests/anthropic/node /package.json:/package.json
111
111
- ../libs/langchain-standard-tests:/libs/langchain-standard-tests
112
112
- ../libs/langchain-anthropic:/libs/langchain-anthropic
113
113
- ./scripts:/scripts
114
114
command : bash /scripts/with_standard_tests/anthropic/test-with-latest-deps.sh
115
115
anthropic-lowest-deps :
116
- image : node:18
116
+ image : node:20
117
117
environment :
118
118
PUPPETEER_SKIP_DOWNLOAD : " true"
119
119
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
120
120
COHERE_API_KEY : ${COHERE_API_KEY}
121
121
working_dir : /app
122
122
volumes :
123
123
- ../turbo.json:/turbo.json
124
- - .. /package.json:/package.json
124
+ - ./scripts/with_standard_tests/anthropic/node /package.json:/package.json
125
125
- ../libs/langchain-standard-tests:/libs/langchain-standard-tests
126
126
- ../libs/langchain-anthropic:/libs/langchain-anthropic
127
127
- ./scripts:/scripts
128
128
command : bash /scripts/with_standard_tests/anthropic/test-with-lowest-deps.sh
129
129
130
130
# Google VertexAI
131
131
google-vertexai-latest-deps :
132
- image : node:18
132
+ image : node:20
133
133
environment :
134
134
PUPPETEER_SKIP_DOWNLOAD : " true"
135
135
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
136
136
COHERE_API_KEY : ${COHERE_API_KEY}
137
137
working_dir : /app
138
138
volumes :
139
139
- ../turbo.json:/turbo.json
140
- - .. /package.json:/package.json
140
+ - ./scripts/with_standard_tests/google-vertexai/node /package.json:/package.json
141
141
- ../libs/langchain-standard-tests:/libs/langchain-standard-tests
142
142
- ../libs/langchain-google-vertexai:/libs/langchain-google-vertexai
143
143
- ./scripts:/scripts
144
144
command : bash /scripts/with_standard_tests/google-vertexai/test-with-latest-deps.sh
145
145
google-vertexai-lowest-deps :
146
- image : node:18
146
+ image : node:20
147
147
environment :
148
148
PUPPETEER_SKIP_DOWNLOAD : " true"
149
149
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
150
150
COHERE_API_KEY : ${COHERE_API_KEY}
151
151
working_dir : /app
152
152
volumes :
153
153
- ../turbo.json:/turbo.json
154
- - .. /package.json:/package.json
154
+ - ./scripts/with_standard_tests/google-vertexai/node /package.json:/package.json
155
155
- ../libs/langchain-standard-tests:/libs/langchain-standard-tests
156
156
- ../libs/langchain-google-vertexai:/libs/langchain-google-vertexai
157
157
- ./scripts:/scripts
158
158
command : bash /scripts/with_standard_tests/google-vertexai/test-with-lowest-deps.sh
159
159
160
160
# Cohere
161
161
cohere-latest-deps :
162
- image : node:18
162
+ image : node:20
163
163
environment :
164
164
PUPPETEER_SKIP_DOWNLOAD : " true"
165
165
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
166
166
COHERE_API_KEY : ${COHERE_API_KEY}
167
167
working_dir : /app
168
168
volumes :
169
169
- ../turbo.json:/turbo.json
170
- - .. /package.json:/package.json
170
+ - ./scripts/with_standard_tests/cohere/node /package.json:/package.json
171
171
- ../libs/langchain-standard-tests:/libs/langchain-standard-tests
172
172
- ../libs/langchain-cohere:/libs/langchain-cohere
173
173
- ./scripts:/scripts
174
174
command : bash /scripts/with_standard_tests/cohere/test-with-latest-deps.sh
175
175
cohere-lowest-deps :
176
- image : node:18
176
+ image : node:20
177
177
environment :
178
178
PUPPETEER_SKIP_DOWNLOAD : " true"
179
179
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : " true"
180
180
COHERE_API_KEY : ${COHERE_API_KEY}
181
181
working_dir : /app
182
182
volumes :
183
183
- ../turbo.json:/turbo.json
184
- - .. /package.json:/package.json
184
+ - ./scripts/with_standard_tests/cohere/node /package.json:/package.json
185
185
- ../libs/langchain-standard-tests:/libs/langchain-standard-tests
186
186
- ../libs/langchain-cohere:/libs/langchain-cohere
187
187
- ./scripts:/scripts
188
- command : bash /scripts/with_standard_tests/cohere/test-with-lowest-deps.sh
188
+ command : bash /scripts/with_standard_tests/cohere/test-with-lowest-deps.sh
0 commit comments