Skip to content

Commit a6015bc

Browse files
committed
test node 20
Signed-off-by: Kaituo Li <kaituo@amazon.com>
1 parent 262c16d commit a6015bc

4 files changed

+12
-15
lines changed

.github/workflows/build-and-test-workflow.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- "*"
99
env:
10-
OPENSEARCH_DASHBOARDS_VERSION: 'main'
10+
OPENSEARCH_DASHBOARDS_VERSION: 'feature/node-2x'
1111

1212
jobs:
1313
Get-CI-Image-Tag:
@@ -28,13 +28,13 @@ jobs:
2828

2929
steps:
3030
- name: Checkout OpenSearch Dashboards
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v4
3232
with:
3333
repository: opensearch-project/OpenSearch-Dashboards
3434
ref: ${{ env.OPENSEARCH_DASHBOARDS_VERSION }}
3535
path: OpenSearch-Dashboards
3636
- name: Checkout Anomaly Detection OpenSearch Dashboards plugin
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v4
3838
with:
3939
path: OpenSearch-Dashboards/plugins/anomaly-detection-dashboards-plugin
4040
- name: Bootstrap / build / unit test the plugin
@@ -61,7 +61,7 @@ jobs:
6161
if: ${{ matrix.os == 'windows-latest' }}
6262
run: git config --system core.longpaths true
6363
- name: Checkout OpenSearch Dashboards
64-
uses: actions/checkout@v2
64+
uses: actions/checkout@v4
6565
with:
6666
repository: opensearch-project/OpenSearch-Dashboards
6767
ref: ${{ env.OPENSEARCH_DASHBOARDS_VERSION }}
@@ -81,7 +81,7 @@ jobs:
8181
- run: node -v
8282
- run: yarn -v
8383
- name: Checkout Anomaly Detection OpenSearch Dashboards plugin
84-
uses: actions/checkout@v2
84+
uses: actions/checkout@v4
8585
with:
8686
path: OpenSearch-Dashboards/plugins/anomaly-detection-dashboards-plugin
8787
- name: Bootstrap the plugin

.github/workflows/link-check-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: lychee Link Checker
1515
id: lychee
1616
uses: lycheeverse/lychee-action@master

.github/workflows/remote-integ-tests-workflow.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
CI: 1
77
# avoid warnings like "tput: No value for $TERM and no -T specified"
88
TERM: xterm
9-
OPENSEARCH_DASHBOARDS_VERSION: 'main'
9+
OPENSEARCH_DASHBOARDS_VERSION: 'feature/node-2x'
1010
OPENSEARCH_VERSION: '3.0.0-alpha1'
1111
OPENSEARCH_PLUGIN_VERSION: '3.0.0.0-alpha1'
1212

@@ -27,7 +27,7 @@ jobs:
2727
java-version: ${{ matrix.jdk }}
2828

2929
- name: Checkout Anomaly-Detection
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131
with:
3232
path: anomaly-detection
3333
repository: opensearch-project/anomaly-detection
@@ -46,18 +46,15 @@ jobs:
4646
shell: bash
4747

4848
- name: Checkout OpenSearch Dashboards
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v4
5050
with:
5151
path: OpenSearch-Dashboards
5252
repository: opensearch-project/OpenSearch-Dashboards
5353
ref: ${{ env.OPENSEARCH_DASHBOARDS_VERSION }}
5454
fetch-depth: 0
55-
filter: |
56-
cypress
57-
test
5855

5956
- name: Checkout AD in OpenSearch Dashboards Plugins Dir
60-
uses: actions/checkout@v2
57+
uses: actions/checkout@v4
6158
with:
6259
path: OpenSearch-Dashboards/plugins/anomaly-detection-dashboards-plugin
6360

@@ -132,7 +129,7 @@ jobs:
132129
shell: bash
133130

134131
- name: Checkout Dashboards Functional Test Repo
135-
uses: actions/checkout@v2
132+
uses: actions/checkout@v4
136133
with:
137134
path: opensearch-dashboards-functional-test
138135
repository: opensearch-project/opensearch-dashboards-functional-test

.github/workflows/verify-binary-installation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout Branch
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Set env
2424
run: |

0 commit comments

Comments
 (0)