Skip to content

Commit

Permalink
build(npm): switch to npm 7
Browse files Browse the repository at this point in the history
  • Loading branch information
scamden committed May 17, 2021
1 parent 53126ee commit bef2256
Show file tree
Hide file tree
Showing 5 changed files with 18,353 additions and 90 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:8
- image: circleci/node:14

working_directory: ~/repo

Expand All @@ -16,7 +16,7 @@ jobs:

deploy:
docker:
- image: circleci/node:8
- image: circleci/node:14
working_directory: ~/repo
steps:
- attach_workspace:
Expand Down
Loading

0 comments on commit bef2256

Please sign in to comment.