From b91d6974c618eb84d2454c3d5b66ac1c65260841 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Fri, 9 Apr 2021 12:27:49 -0700 Subject: [PATCH] circle: bump orb version This changes us to run stuff in Node 12 which is required for the latest verdaccio. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8892c4177f0..4e44701eee0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: # `oss` is a local reference to the package. The source for Apollo Orbs can # be found at http://github.com/apollographql/CircleCI-Orbs/. # We could use Renovate to bump this version via PR, but that's not setup now. - oss: apollo/oss-ci-cd-tooling@0.0.15 + oss: apollo/oss-ci-cd-tooling@0.0.16 commands: # These are the steps used for each version of Node which we're testing