Skip to content

Commit

Permalink
Merge pull request #150 from Financial-Times/nori/npm7
Browse files Browse the repository at this point in the history
Update to npm 7
  • Loading branch information
ivomurrell committed Sep 6, 2021
2 parents b62e195 + e433970 commit d9aa4c2
Show file tree
Hide file tree
Showing 3 changed files with 17,745 additions and 8,152 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
node: circleci/node@4.6.0

executors:
circleci-node:
docker:
Expand Down Expand Up @@ -52,6 +55,8 @@ jobs:
executor: circleci-node
steps:
- checkout
- node/install-npm:
version: "7"
- npm-install
- persist_to_workspace:
root: *workspace_root
Expand Down
Loading

0 comments on commit d9aa4c2

Please sign in to comment.