Skip to content

Commit 3f16315

Browse files
committed
Verify node 20 using github ci
Signed-off-by: Derek Ho <dxho@amazon.com>
1 parent 7de969c commit 3f16315

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/actions/run-cypress-tests/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848

4949
# OSD bootstrap
5050
- name: Run Dashboard with Security Dashboards Plugin
51-
uses: derek-ho/setup-opensearch-dashboards@v1
51+
uses: derek-ho/setup-opensearch-dashboards@node-20
5252
with:
5353
plugin_name: security-dashboards-plugin
5454
opensearch_dashboards_yml: ${{ inputs.dashboards_config_file }}

.github/workflows/cypress-test-tenancy-disabled.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
EOT
6666
6767
- name: Run Dashboard with Security Dashboards Plugin
68-
uses: derek-ho/setup-opensearch-dashboards@v1
68+
uses: derek-ho/setup-opensearch-dashboards@node-20
6969
with:
7070
plugin_name: security-dashboards-plugin
7171
opensearch_dashboards_yml: tenancy-disabled-opensearch-dashboards-config.yml

.github/workflows/cypress-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
EOT
6969
7070
- name: Run Dashboard with Security Dashboards Plugin
71-
uses: derek-ho/setup-opensearch-dashboards@v1
71+
uses: derek-ho/setup-opensearch-dashboards@node-20
7272
with:
7373
plugin_name: security-dashboards-plugin
7474
opensearch_dashboards_yml: cypress-opensearch-dashboards-config.yml

.github/workflows/integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
7878
7979
- id: install-dashboards
80-
uses: derek-ho/setup-opensearch-dashboards@v3
80+
uses: derek-ho/setup-opensearch-dashboards@node-20
8181
with:
8282
plugin_name: security-dashboards-plugin
8383

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2
2121

2222
- id: install-dashboards
23-
uses: derek-ho/setup-opensearch-dashboards@v3
23+
uses: derek-ho/setup-opensearch-dashboards@node-20
2424
with:
2525
plugin_name: security-dashboards-plugin
2626

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Run Dashboard with Security Dashboards Plugin
6868
id: setup-dashboards
69-
uses: derek-ho/setup-opensearch-dashboards@v1
69+
uses: derek-ho/setup-opensearch-dashboards@node-20
7070
with:
7171
plugin_name: security-dashboards-plugin
7272
built_plugin_name: security-dashboards

0 commit comments

Comments
 (0)