Skip to content

Commit

Permalink
chore(deps): update commitlint to v18 (major) (#604)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and dgonzalezr committed Nov 1, 2023
1 parent 7ff3cf9 commit 106b087
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 187 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ commands:
# ---------------------------------------------------------------------------- #
jobs:
build-and-test:
# You can specify an image from Dockerhub or use one of our Convenience/Machine Images from CircleCI's Developer Hub.
# You can specify an image from DockerHub or use one of our Convenience/Machine Images from CircleCI's Developer Hub.
# A list of available CircleCI Docker Machine Images are available here: https://circleci.com/developer/images?imageType=machine
machine:
image: ubuntu-2204:2023.02.1
Expand All @@ -60,10 +60,8 @@ jobs:
- node-deps-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-
- run:
name: 📦 Install dependencies
# In this case, npm install will install only those dependencies that are not in the cache.
command: |
npm -v && node -v
npm i
# In this case, only those dependencies that are not in the cache will be installed.
command: npm ci
- save_cache:
name: 💾 Save Cache dependencies
# After all of the project’s dependencies have been loaded,
Expand Down
Loading

0 comments on commit 106b087

Please sign in to comment.