Skip to content

Commit

Permalink
chore!: update node engine requirement to >=18
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node <18 is no longer supported.
  • Loading branch information
sorccu committed Dec 10, 2024
1 parent 9c22b5d commit fad7067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"./constructs": "./dist/constructs/index.js"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"scripts": {
"clean": "rimraf ./dist",
Expand Down

0 comments on commit fad7067

Please sign in to comment.