Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ When you commit with Commitizen, you'll be prompted to fill out any required com

## Installing the command line tool

Commitizen is currently tested against Node.js 10 and 12 although it may work in
Commitizen is currently tested against Node.js 12, 14, & 16, although it may work in
older versions of Node.js. You should also have npm 6 or greater.

Installation is as simple as running the following command (if you see `EACCES` error, reading [fixing npm permissions](https://docs.npmjs.com/getting-started/fixing-npm-permissions) may help):
Expand Down
6 changes: 4 additions & 2 deletions jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
strategy:
maxParallel: 3
matrix:
node-16:
node_version: ^16.13.0
node-14:
node_version: ^14.18.0
node-12:
node_version: ^12.6.0
node-10:
node_version: ^10.10.0
steps:
- task: NodeTool@0
displayName: " Install Node.js"
Expand Down
Loading