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

Commit

Permalink
Merge pull request #239 from Financial-Times/upgrade-to-node-v12
Browse files Browse the repository at this point in the history
Upgrade to Node v12
  • Loading branch information
andygout authored Oct 19, 2020
2 parents 94c40a0 + 04d8d1d commit 67e89e1
Show file tree
Hide file tree
Showing 3 changed files with 7 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_node8: &container_config_node8
container_config_node12: &container_config_node12
working_directory: ~/project/build
docker:
- image: circleci/node:8-browsers
- image: circleci/node:12-browsers

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

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

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

publish:
<<: *container_config_node8
<<: *container_config_node12
steps:
- *attach_workspace
- run:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## Requirements

* Node 8.x
* Node version defined by `.nvmrc` (run command `nvm use` to switch your local Node version to the one in this file).
* [Vault](https://github.com/Financial-Times/vault/wiki/Getting-Started-With-Vault)


Expand Down

0 comments on commit 67e89e1

Please sign in to comment.