Skip to content

Commit

Permalink
feat: deprecate node v19 (#21843)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 27, 2023
1 parent d8cd686 commit d03f96d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/development/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For example, if you think anything is unclear, or you think something needs to b
You need the following dependencies for local development:

- Git `>=2.33.0`
- Node.js `>=18.12.0`
- Node.js `^18.12.0 || >=20.0.0`
- Yarn `^1.22.5`
- C++ compiler

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
},
"engines-next": {
"description": "Versions other than the below are deprecated and a warning will be logged",
"node": ">=18.12.0"
"node": "^18.12.0 || >=20.0.0"
},
"dependencies": {
"@aws-sdk/client-codecommit": "3.312.0",
Expand Down

0 comments on commit d03f96d

Please sign in to comment.