File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ steps:
10
10
env :
11
11
NODE_VERSION : " {{ matrix.nodejs }}"
12
12
TEST_SUITE : " platinum"
13
- STACK_VERSION : 9.0 .0
13
+ STACK_VERSION : 9.1 .0
14
14
GITHUB_TOKEN_PATH : " secret/ci/elastic-elasticsearch-js/github-token"
15
15
TEST_ES_STACK : " 1"
16
16
matrix :
17
17
setup :
18
18
nodejs :
19
19
- " 20"
20
20
- " 22"
21
- - " 23 "
21
+ - " 24 "
22
22
command : ./.buildkite/run-tests.sh
23
23
artifact_paths : " ./junit-output/junit-*.xml"
24
24
- wait : ~
Original file line number Diff line number Diff line change 32
32
strategy :
33
33
fail-fast : false
34
34
matrix :
35
- node-version : [20.x, 22.x, 23 .x]
35
+ node-version : [20.x, 22.x, 24 .x]
36
36
os : [ubuntu-latest, windows-latest, macOS-latest]
37
37
38
38
steps :
73
73
- name : Use Node.js
74
74
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
75
75
with :
76
- node-version : 22 .x
76
+ node-version : 24 .x
77
77
78
78
- name : Install
79
79
run : |
Original file line number Diff line number Diff line change 49
49
ref : main
50
50
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
51
51
with :
52
- node-version : " 22 .x"
52
+ node-version : " 24 .x"
53
53
registry-url : " https://registry.npmjs.org"
54
54
- name : Install dependencies
55
55
run : |
Original file line number Diff line number Diff line change 18
18
ref : ${{ github.event.inputs.branch }}
19
19
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
20
20
with :
21
- node-version : " 22 .x"
21
+ node-version : " 24 .x"
22
22
registry-url : " https://registry.npmjs.org"
23
23
- run : npm install -g npm
24
24
- run : npm install
You can’t perform that action at this time.
0 commit comments