Skip to content

Commit 2239905

Browse files
authored
chore(package.json): bump engines to node >= 16.0.0 (#1249)
1 parent 2414695 commit 2239905

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
For Client SDK code generation, the `typescript-client-codegen` plugin provides a framework for generating extensible TypeScript clients that can support multiple JavaScript platforms, including Node.js, Browser, and React-Native. See [the section on generating a client to see how to get started](#generating-a-client), or [the `typescript-client-codegen` documentation](#client-sdk-code-generation-typescript-client-codegen-plugin).
88

9-
> Note: Node.js support includes versions >= 14, and is subject to change.
9+
> Note: Node.js support includes versions >= 16, and is subject to change.
1010
1111
For Server SDK code generation, the `typescript-server-codegen` plugin provides a framework for generating server scaffolding at a higher level of abstraction and with type safety. More documentation can be found at in [the `typescript-server-codegen` documentation](#server-sdk-code-generation-typescript-server-codegen-plugin), or [smithy.io](https://smithy.io/2.0/ts-ssdk/index.html).
1212

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"typescript": "~4.9.5"
2727
},
2828
"engines": {
29-
"node": ">=14.0.0"
29+
"node": ">=16.0.0"
3030
},
3131
"typesVersions": {
3232
"<4.0": {

0 commit comments

Comments
 (0)