Skip to content

Commit

Permalink
Changes the node version from 4 to 6 for TS 2.1 tests. (palantir#4282)
Browse files Browse the repository at this point in the history
Node 4 is no longer supported.

Unblocks palantir#4274
  • Loading branch information
bowenni authored and ericanderson committed Dec 11, 2018
1 parent 5558251 commit 2729aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run: yarn test
test2.1:
docker:
- image: circleci/node:4
- image: circleci/node:6
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 2729aac

Please sign in to comment.