Skip to content

Commit

Permalink
chore: audit fix, moderate check
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Sep 26, 2020
1 parent 91f1fd6 commit 2132076
Show file tree
Hide file tree
Showing 3 changed files with 2,116 additions and 1,299 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
dependency_cache:
docker:
- image: circleci/node:8.16.1-browsers
- image: circleci/node:14-browsers
steps:
- checkout
- restore_cache:
Expand All @@ -16,7 +16,7 @@ jobs:
- ./node_modules
node-v10-latest:
docker:
- image: circleci/node:8.16.1-browsers
- image: circleci/node:14-browsers
steps:
- checkout
- restore_cache:
Expand All @@ -33,7 +33,7 @@ jobs:
when: on_success
analysis:
docker:
- image: circleci/node:8.16.1-browsers
- image: circleci/node:14-browsers
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 2132076

Please sign in to comment.