From 84b5c4a5dc9f6db2f6d923c94d22fbd5b48b8f05 Mon Sep 17 00:00:00 2001 From: spokequenouille Date: Thu, 5 Nov 2020 20:31:48 +0100 Subject: [PATCH] workflow --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 21b697b..7ccbe21 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ workflows: jobs: deploy_node: docker: - - image: cimg/node:14.10.1 # the primary container, where your job's commands are run + - image: circleci/node:12 # the primary container, where your job's commands are run environment: DATABASEURL: postgres://psqluser:psqlpassword@localhost:5432/psdb JWT_SECRET: secret