Skip to content

Commit

Permalink
chore: upgrade dep, add npm context
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Nov 5, 2021
1 parent 332513f commit 52cf81f
Show file tree
Hide file tree
Showing 3 changed files with 577 additions and 465 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
orbs:
node: circleci/node@4
browser-tools: circleci/browser-tools@1
codecov: codecov/codecov@1
codecov: codecov/codecov@3
jobs:
test:
docker:
Expand Down Expand Up @@ -40,5 +40,7 @@ workflows:
branches:
only:
- master
context:
- npm
requires:
- test
Loading

0 comments on commit 52cf81f

Please sign in to comment.