From f076658c9727e9c28f177f13c3872828f552e7b1 Mon Sep 17 00:00:00 2001 From: Matt Oberle Date: Mon, 7 Dec 2020 16:05:18 -0500 Subject: [PATCH] bumps circleci test executor to node 10 Node10 is the minimum supported version of Node. This commit uses Node10 to execute tests. TODO: We should run tests on all supported versions. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a3dc7994c..0f428641a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ general: jobs: build: docker: - - image: node:8.10.0 + - image: node:10 working_directory: ~/repo parallelism: 4 steps: