Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18 from Financial-Times/node-ci
Browse files Browse the repository at this point in the history
Use node LTS in CI
  • Loading branch information
notlee committed Jul 4, 2019
2 parents d4e8bb6 + 9f78ee3 commit 0d31574
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 @@ -5,7 +5,7 @@ jobs:
# Publish the image set to S3
publish:
docker:
- image: circleci/node:latest
- image: circleci/node:10
steps:
- checkout
- run: git config --global user.email "origami.support@ft.com";
Expand Down

0 comments on commit 0d31574

Please sign in to comment.