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

Commit

Permalink
Merge pull request #81 from Financial-Times/amend-circleci-docker-ima…
Browse files Browse the repository at this point in the history
…ge-node-version

Amend CircleCI Docker image Node version
  • Loading branch information
andygout authored Oct 26, 2020
2 parents b0a4070 + 277202b commit aad2393
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

references:

container_config_node12: &container_config_node12
container_config_node: &container_config_node
working_directory: ~/project/build
docker:
- image: circleci/node:14
- image: circleci/node:12

workspace_root: &workspace_root
~/project
Expand Down Expand Up @@ -55,7 +55,7 @@ version: 2
jobs:

build:
<<: *container_config_node12
<<: *container_config_node
steps:
- checkout
- run:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- build

test:
<<: *container_config_node12
<<: *container_config_node
steps:
- *attach_workspace
- run:
Expand All @@ -101,7 +101,7 @@ jobs:
destination: test-results

publish:
<<: *container_config_node12
<<: *container_config_node
steps:
- *attach_workspace
- run:
Expand Down

0 comments on commit aad2393

Please sign in to comment.