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 #613 from Financial-Times/use-node-v12
Browse files Browse the repository at this point in the history
Use Node v12
  • Loading branch information
andygout authored Oct 2, 2020
2 parents 2545d01 + f521665 commit 9179eea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

references:

container_config_node14: &container_config_node14
container_config_node12: &container_config_node12
working_directory: ~/project/build
docker:
- image: circleci/node:14-browsers
Expand Down Expand Up @@ -55,7 +55,7 @@ version: 2
jobs:

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

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

publish:
<<: *container_config_node14
<<: *container_config_node12
steps:
- *attach_workspace
- run:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.11
12
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@financial-times/n-heroku-tools",
"version": "0.0.0",
"engines": {
"node": "14.x"
"node": "12.x"
},
"bin": {
"n-heroku-tools": "./bin/n-heroku-tools.js",
Expand Down

0 comments on commit 9179eea

Please sign in to comment.