Skip to content

Commit

Permalink
Fix CI on Node.js v18 (#56) (#58)
Browse files Browse the repository at this point in the history
* Fix CI on Node.js v18

Signed-off-by: suzhou <[email protected]>

* feat: update release notes

Signed-off-by: suzhou <[email protected]>

---------

Signed-off-by: suzhou <[email protected]>
(cherry picked from commit 6d576e4)
  • Loading branch information
SuZhou-Joe authored May 31, 2023
1 parent 1af6c92 commit d369cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Run OpenSearch Dashboards server
run: |
cd OpenSearch-Dashboards
yarn start --no-base-path --no-watch &
yarn start --no-base-path --no-watch --server.host="0.0.0.0" &
timeout 400 bash -c 'while [[ "$(curl -s http://localhost:5601/api/status | jq -r '.status.overall.state')" != "green" ]]; do echo sleeping 5; sleep 5; done'
curl -sk localhost:5601/api/status | jq
netstat -anp tcp | grep LISTEN | grep 5601 || netstat -ntlp | grep 5601
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Compatible with OpenSearch Dashboards 2.8.0

### Maintenance
* Bumped version to 2.8. ([#40](https://github.com/opensearch-project/dashboards-notifications/pull/40))

* Fix CI on Node.js v18. ([#56](https://github.com/opensearch-project/dashboards-notifications/pull/56))

### Documentation
* Drafted 2.8 release notes. ([#52](https://github.com/opensearch-project/dashboards-notifications/pull/52))

0 comments on commit d369cfb

Please sign in to comment.