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 647cbdb
Show file tree
Hide file tree
Showing 3 changed files with 2,118 additions and 1,301 deletions.
10 changes: 5 additions & 5 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 @@ -14,9 +14,9 @@ jobs:
key: dependency-cache-{{ checksum "package-lock.json" }}
paths:
- ./node_modules
node-v10-latest:
node-v14-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 Expand Up @@ -61,7 +61,7 @@ workflows:
filters:
tags:
only: /.*/
- node-v10-latest:
- node-v14-latest:
requires:
- analysis
filters:
Expand Down

0 comments on commit 647cbdb

Please sign in to comment.