File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
env :
7
7
NODE_VERSION : " {{ matrix.nodejs }}"
8
8
TEST_SUITE : " {{ matrix.suite }}"
9
- STACK_VERSION : 8.12 .0-SNAPSHOT
9
+ STACK_VERSION : 8.13 .0-SNAPSHOT
10
10
matrix :
11
11
setup :
12
12
suite :
Original file line number Diff line number Diff line change 42
42
main_semi_daily :
43
43
branch : ' main'
44
44
cronline : ' 0 */12 * * *'
45
- 8_12_semi_daily :
46
- branch : ' 8.12 '
45
+ 8_13_semi_daily :
46
+ branch : ' 8.13 '
47
47
cronline : ' 0 */12 * * *'
48
- 8_11_daily :
49
- branch : ' 8.11 '
48
+ 8_12_daily :
49
+ branch : ' 8.12 '
50
50
cronline : ' @daily'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elastic/elasticsearch" ,
3
- "version" : " 8.12 .0" ,
4
- "versionCanary" : " 8.12 .0-canary.0" ,
3
+ "version" : " 8.13 .0" ,
4
+ "versionCanary" : " 8.13 .0-canary.0" ,
5
5
"description" : " The official Elasticsearch client for Node.js" ,
6
6
"main" : " index.js" ,
7
7
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments