Skip to content

Commit dc8f388

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 version greater or equal to 14.20.1 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 9124fe8 commit dc8f388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

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

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.21.1"
471471
}
472472
}

0 commit comments

Comments
 (0)