Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CORL-2385] Downgrade to node v12 #3761

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -12,7 +12,7 @@ job_node_defaults: &job_node_defaults
<<: *job_defaults
working_directory: ~/coralproject/talk
docker:
- image: circleci/node:14
- image: circleci/node:12
environment:
<<: *job_node_environment

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:12-alpine

# Install build dependancies.
RUN apk --no-cache add git python
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/development.md
Expand Up @@ -8,7 +8,7 @@ description: A guide to developing and extending Coral.
Running Coral for development is very similar to installing Coral via Source as
described in our [Getting Started](/#source) guide.

Coral requires NodeJS ^14.18, we recommend using `nvm` to help manage node
Coral requires NodeJS ^12.20, we recommend using `nvm` to help manage node
versions: https://github.com/creationix/nvm.

```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/installation.md
Expand Up @@ -20,7 +20,7 @@ Built with ❤️ by Coral by [Vox Media](https://product.voxmedia.com/).

- MongoDB ^4.2
- Redis ^3.2
- NodeJS ^14.18
- NodeJS ^12.20
- NPM ^8.0

## Running
Expand Down Expand Up @@ -80,7 +80,7 @@ Then head on over to http://localhost:5000 to install Coral!

### Source

Coral requires NodeJS >=14, we recommend using `nvm` to help manage node
Coral requires NodeJS >=12, we recommend using `nvm` to help manage node
versions https://github.com/nvm-sh/nvm.

```bash
Expand Down