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

Commit

Permalink
fix: fix tests in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Lyons <pete@reactioncommerce.com>
  • Loading branch information
focusaurus committed Jun 4, 2020
1 parent 7a92aa8 commit 827239c
Showing 1 changed file with 4 additions and 4 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

0 comments on commit 827239c

Please sign in to comment.