Skip to content

Commit 786f713

Browse files
committed
Relax Node.js version to ^14.20.1 and bump .nvmrc to v14.21.3
* `engines.node` is relaxed from `14.20.1` to `^14.20.1`: yarn and OSD will allow versions 14.20.1 or greater, but less than 15, to be used but do not impose upgrading to avoid being a breaking change. Users will be able to install any version of Node.js that satisfies `^14.20.1`, moving ahead without waiting for a change in OSD when new versions are released. * `.nvmrc` is bumped to the latest security patch: `14.21.3` Signed-off-by: Miki <miki@amazon.com>
1 parent f5ee06d commit 786f713

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.20.1
1+
14.21.3

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
134134
- Bumps `re2` and `supertest` ([3018](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3018))
135135
- Bump `vega-tooltip` version from ^0.24.2 to ^0.30.0 ([#3358](https://github.com/opensearch-project/OpenSearch-Dashboards/issues/3358))
136136
- Allow relaxing the Node.js runtime version requirement ([3402](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3402))
137+
- Relax the Node.js requirement to `^14.20.1` ([3463](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3463))
138+
- Bump the version of Node.js installed by `nvm` to `14.21.3` ([3463](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3463))
137139

138140
### 🪛 Refactoring
139141

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
"zlib": "^1.0.5"
467467
},
468468
"engines": {
469-
"node": "14.20.1",
469+
"node": "^14.20.1",
470470
"yarn": "^1.22.10"
471471
}
472472
}

0 commit comments

Comments
 (0)