Skip to content

Commit

Permalink
Merge pull request #912 from Financial-Times/dependabot/npm_and_yarn/…
Browse files Browse the repository at this point in the history
…development-dependencies-1b005f5260

Bump the development-dependencies group across 1 directory with 10 updates
  • Loading branch information
ft-dependency-auto-merger authored Jan 14, 2025
2 parents 00edc37 + 567e106 commit 2af5ead
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 350 deletions.
16 changes: 5 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
- image: cimg/base:stable
steps:
- checkout
- tool-kit/persist-workspace:
path: .
- persist_to_workspace:
root: .
paths:
- .
workflows:
tool-kit:
when:
Expand Down Expand Up @@ -50,9 +52,6 @@ workflows:
- node18_20
requires:
- tool-kit/setup-<< matrix.executor >>
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
- tool-kit/test:
name: tool-kit/test-<< matrix.executor >>
matrix:
Expand All @@ -62,19 +61,14 @@ workflows:
- node18_20
requires:
- tool-kit/build-<< matrix.executor >>
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
- tool-kit/publish-tag:
executor: node
requires:
- tool-kit/test-node
context: npm-publish-token
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
branches:
ignore: /.*/
context: npm-publish-token
nightly:
when:
and:
Expand Down
Loading

0 comments on commit 2af5ead

Please sign in to comment.