Skip to content

Commit c2c5f7d

Browse files
authored
Merge pull request #170 from developmentseed/fix/circle-ci-node-version
Update node.js version in circle-ci config.
2 parents aba2e92 + 2e00ce2 commit c2c5f7d

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)