Skip to content

Commit

Permalink
Merge pull request #45 from frozenbonito/renovate/commitlint-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update commitlint monorepo to v19.2.2
  • Loading branch information
frozenbonito committed Apr 21, 2024
2 parents f52b031 + 5a9c77c commit 78da747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ RUN curl -SL "https://github.com/hadolint/hadolint/releases/download/v${HADOLINT
&& chmod +x /usr/local/bin/hadolint

# Install commitlint
ARG COMMITLINT_CLI_VERSION="19.2.1"
ARG COMMITLINT_CONFIG_CONVENTIONAL_VERSION="19.1.0"
ARG COMMITLINT_CLI_VERSION="19.2.2"
ARG COMMITLINT_CONFIG_CONVENTIONAL_VERSION="19.2.2"
RUN npm install -g "@commitlint/cli@${COMMITLINT_CLI_VERSION}" "@commitlint/config-conventional@${COMMITLINT_CONFIG_CONVENTIONAL_VERSION}"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
node-version: lts/*
- name: Install commitlint
env:
COMMITLINT_CLI_VERSION: "19.2.1"
COMMITLINT_CONFIG_CONVENTIONAL_VERSION: "19.1.0"
COMMITLINT_CLI_VERSION: "19.2.2"
COMMITLINT_CONFIG_CONVENTIONAL_VERSION: "19.2.2"
run: |
npm install -g \
"@commitlint/cli@${COMMITLINT_CLI_VERSION}" \
Expand Down

0 comments on commit 78da747

Please sign in to comment.