Skip to content

Commit

Permalink
Relax Node.js version to ^14.20.1 and bump .nvmrc to v14.21.3
Browse files Browse the repository at this point in the history
* `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>
  • Loading branch information
AMoo-Miki committed Feb 20, 2023
1 parent 9124fe8 commit dc8f388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.20.1
14.21.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
"zlib": "^1.0.5"
},
"engines": {
"node": "14.20.1",
"node": "^14.20.1",
"yarn": "^1.21.1"
}
}

0 comments on commit dc8f388

Please sign in to comment.