From d156c3529a5ebc676ac7c740421aabba237c2385 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 28 May 2021 17:56:01 +0000 Subject: [PATCH] chore(deps): update node.js to v16 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4d84776d..0557262c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ refs: jobs: test: docker: - - image: circleci/node:10 + - image: circleci/node:16 working_directory: ~/repo steps: - checkout @@ -35,7 +35,7 @@ jobs: - run: yarn test update_docs: docker: - - image: circleci/node:10 + - image: circleci/node:16 working_directory: ~/repo steps: - checkout @@ -47,7 +47,7 @@ jobs: - run: git push origin master:docs -f update_example: docker: - - image: circleci/node:10 + - image: circleci/node:16 working_directory: ~/repo steps: - checkout