Skip to content

Commit

Permalink
chore!: update node engine requirement to >=18 (#1001)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node <18 is no longer supported.
  • Loading branch information
sorccu authored Feb 19, 2025
1 parent cf84500 commit 18857dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 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
3 changes: 3 additions & 0 deletions packages/create-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"clean": "rimraf ./dist",
"prepack": "echo \"Warning: no oclif manifest configured\"",
Expand Down

0 comments on commit 18857dc

Please sign in to comment.