From 035b4b709dbded99aa10dac7e085d7577908b743 Mon Sep 17 00:00:00 2001 From: Bryan English Date: Mon, 7 Jun 2021 16:28:24 -0400 Subject: [PATCH] update node version for upstream promise test --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 91c508f19ec..3803ef5d85a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -968,7 +968,7 @@ jobs: node-upstream-promise: <<: *node-upstream-base docker: - - image: node:10 + - image: node:12 environment: - PLUGINS=promise