Skip to content

Commit 7fcfcc7

Browse files
authored
build(node versions): - Deprecates Node 10 and adds current LTS versions (#864)
1 parent 45d519e commit 7fcfcc7

File tree

4 files changed

+17032
-49
lines changed

4 files changed

+17032
-49
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ When you commit with Commitizen, you'll be prompted to fill out any required com
77

88
## Installing the command line tool
99

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

1313
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):

jobs/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111
strategy:
1212
maxParallel: 3
1313
matrix:
14+
node-16:
15+
node_version: ^16.13.0
16+
node-14:
17+
node_version: ^14.18.0
1418
node-12:
1519
node_version: ^12.6.0
16-
node-10:
17-
node_version: ^10.10.0
1820
steps:
1921
- task: NodeTool@0
2022
displayName: " Install Node.js"

0 commit comments

Comments
 (0)