Skip to content

Commit

Permalink
feat: upgrade commander to v12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: CLI now requires at least Node 18
  • Loading branch information
bhovhannes committed May 4, 2024
1 parent 22ceb0d commit e09d675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"typescript": "5.4.5"
},
"engines": {
"node": ">=14"
"node": ">=18"
}
}

0 comments on commit e09d675

Please sign in to comment.