Skip to content

Commit 0fe7889

Browse files
authored
Merge branch 'master' into feature/add-orgs-to-docs
2 parents 0f5f9d9 + c2c5f7d commit 0fe7889

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:8.11
5+
- image: circleci/node:12.16
6+
67
environment:
78
DATABASE_URL: postgres://postgres@localhost/osm-teams-test
89
- image: mdillon/postgis:9.6-alpine
@@ -17,7 +18,7 @@ jobs:
1718
- scoreboard-cache-{{ checksum "package.json" }}
1819
- run:
1920
name: Install
20-
command: yarn
21+
command: yarn
2122
- save_cache:
2223
key: scoreboard-cache-{{ checksum "package.json" }}
2324
paths:

0 commit comments

Comments
 (0)