Skip to content

Commit

Permalink
chore!: increase minimum supported Node.js version to 18
Browse files Browse the repository at this point in the history
Signed-off-by: team-tf-cdk <[email protected]>
  • Loading branch information
team-tf-cdk authored and mergify[bot] committed Oct 13, 2023
1 parent 430fd47 commit 1f927f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepare": "husky install"
},
"engines": {
"node": ">=16.14"
"node": ">= 18.12.0"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand All @@ -46,7 +46,7 @@
"constructs": "^10.0"
},
"devDependencies": {
"@types/node": "^14.0.27",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.27.0",
Expand Down
2 changes: 1 addition & 1 deletion projenrc.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const project = new CdktfProviderProject({
terraformProvider: "__PROVIDER__",
cdktfVersion: "^0.18.0",
constructsVersion: "^10.0.0",
minNodeVersion: "16.14.0",
minNodeVersion: "18.12.0",
jsiiVersion: "^5.0.1",
devDeps: ["@cdktf/provider-project@^0.2.95"],
});
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -681,10 +681,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.23.tgz#b6e934fe427eb7081d0015aad070acb3373c3c90"
integrity sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g==

"@types/node@^14.0.27":
version "14.18.51"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.51.tgz#cb90935b89c641201c3d07a595c3e22d1cfaa417"
integrity sha512-P9bsdGFPpVtofEKlhWMVS2qqx1A/rt9QBfihWlklfHHpUpjtYse5AzFz6j4DWrARLYh6gRnw9+5+DJcrq3KvBA==
"@types/node@^18":
version "18.18.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.5.tgz#afc0fd975df946d6e1add5bbf98264225b212244"
integrity sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==

"@types/node@^20.4.2", "@types/node@^20.5.6":
version "20.5.7"
Expand Down

0 comments on commit 1f927f4

Please sign in to comment.