Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from reactioncommerce/snyk-2020-06-04
Browse files Browse the repository at this point in the history
fix: update deps for security patches
  • Loading branch information
mikemurray authored Jun 4, 2020
2 parents 5102d66 + 7c34259 commit 71dca39
Show file tree
Hide file tree
Showing 3 changed files with 6,028 additions and 4,730 deletions.
8 changes: 4 additions & 4 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: node:12
- image: node:12.14.1

dependencies:
pre:
Expand All @@ -20,7 +20,7 @@ jobs:

deploy:
docker:
- image: node:12
- image: node:12.14.1

steps:
- checkout
Expand All @@ -35,7 +35,7 @@ jobs:

lint:
docker:
- image: node:12
- image: node:12.14.1

steps:
- checkout
Expand All @@ -50,7 +50,7 @@ jobs:

test:
docker:
- image: node:12
- image: node:12.14.1

steps:
- checkout
Expand Down
Loading

0 comments on commit 71dca39

Please sign in to comment.