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

Commit

Permalink
chore: fix docker image for CI (again)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Lyons <[email protected]>
  • Loading branch information
focusaurus committed Jun 4, 2020
1 parent e8ac250 commit 7c34259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 7c34259

Please sign in to comment.