Skip to content

Commit

Permalink
fix(deps): update commitizen from 4.0.3 to ~4.2.5 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip authored Sep 14, 2022
1 parent 326b96a commit 834f12f
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 222 deletions.
32 changes: 23 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: 2.1

executors:
node12:
docker:
- image: circleci/node:12
node14:
docker:
- image: circleci/node:14
node16:
docker:
- image: circleci/node:16

jobs:
test_node_10:
test_node_lts:
docker:
- image: circleci/node:10
- image: circleci/node:lts
steps:
- checkout
- run:
Expand Down Expand Up @@ -59,12 +59,26 @@ workflows:
- test_build_on_repository:
matrix:
parameters:
node-version: [node12, node14]
repository: ["elements", "json", "markdown", "markdown-viewer", "json-schema-tree", "json-schema-viewer"]
- test_node_10
node-version:
- node14
- node16
repository:
- json
- markdown
- markdown-viewer
- json-schema-tree
- test_build_on_repository:
matrix:
parameters:
node-version:
- node16
repository:
- elements
- json-schema-viewer
- test_node_lts
- release:
filters:
branches:
only: master
requires:
- test_node_10
- test_node_lts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@semantic-release/npm": "7.0.3",
"@semantic-release/release-notes-generator": "9.0.0",
"cli-ux": "5.4.4",
"commitizen": "4.0.3",
"commitizen": "~4.2.5",
"cz-conventional-changelog": "3.1.x",
"esm": "^3.2.25",
"estree-walker": "2.x",
Expand Down
Loading

0 comments on commit 834f12f

Please sign in to comment.