Skip to content

Commit 9c3738d

Browse files
authored
Bump node version to 18.19.0 (opensearch-project#5830)
Bumping node version to 18.19.0. Updates .nvmrc. Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
1 parent 3e22939 commit 9c3738d

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.0
1+
18.19.0

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.0
1+
18.19.0

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
235235
- Bump OpenSearch-Dashboards 2.10.0 to use nodejs 18.16.0 version ([#4948](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4948))
236236
- Bump `oui` to `1.3.0` ([#4941](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4941))
237237
- Add @curq as maintainer ([#4760](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4760))
238+
- Bump OpenSearch Dashboards to use nodejs v18.19.0 ([#4948](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5830))
238239

239240
### 🪛 Refactoring
240241

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE_VERSION=18.16.0
1+
ARG NODE_VERSION=18.19.0
22
FROM node:${NODE_VERSION} AS base
33

44
ENV HOME '.'

TESTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In general, we recommend four tiers of tests:
2424

2525
# Requirements
2626
* Install the latest NodeJS, [NPM](https://www.npmjs.com/get-npm) and [Yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable)
27-
* `nvm install v14.20.1`
27+
* `nvm install v18.19.0`
2828
* `npm install -g yarn`
2929

3030
# Running tests

0 commit comments

Comments
 (0)