We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f5f9d9 + c2c5f7d commit 0fe7889Copy full SHA for 0fe7889
.circleci/config.yml
@@ -2,7 +2,8 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/node:8.11
+ - image: circleci/node:12.16
6
+
7
environment:
8
DATABASE_URL: postgres://postgres@localhost/osm-teams-test
9
- image: mdillon/postgis:9.6-alpine
@@ -17,7 +18,7 @@ jobs:
17
18
- scoreboard-cache-{{ checksum "package.json" }}
19
- run:
20
name: Install
- command: yarn
21
+ command: yarn
22
- save_cache:
23
key: scoreboard-cache-{{ checksum "package.json" }}
24
paths:
0 commit comments