From 76a63797a20479c6a6bc582a2ed684057fe1c913 Mon Sep 17 00:00:00 2001 From: Andy O'Neill Date: Thu, 5 Jan 2023 16:29:29 -0500 Subject: [PATCH 1/2] ci: do not run commitlint on develop branch --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1fa8d8a3..ca446c37 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,6 +76,12 @@ workflows: jobs: - commitlint/lint: target-branch: develop + filters: + branches: + ignore: + - master + - develop + - /^hotfix\/.*/ build-test-no-deploy: jobs: - build-test: From 3fc938c7d696abdab20bfe7089de2e66c68a8cef Mon Sep 17 00:00:00 2001 From: Andy O'Neill Date: Fri, 6 Jan 2023 09:14:49 -0500 Subject: [PATCH 2/2] ci: use older version of node due to ena-195 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca446c37..6afc34fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: aliases: - &defaults docker: - - image: cimg/node:lts-browsers + - image: cimg/node:16.18.1-browsers auth: username: $DOCKERHUB_USERNAME password: $DOCKERHUB_PASSWORD