From 02109890de50faa987be1909c5d2cab7cc3bbe1b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Jun 2021 15:10:19 +0000 Subject: [PATCH] chore(deps): update node.js to v16 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4daa65b7..b7d952c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ machine: jobs: build: docker: - - image: circleci/node:8@sha256:89fe0761c3418b8c0ed12cbdb79f92d252f72511d4f3c619645d1fce8b9f9afc + - image: circleci/node:16@sha256:fd672180dc844f137621c07dd31caa87422b43d934b3332424bd1f01cc6fa009 environment: - NPM_CONFIG_LOGLEVEL: warn working_directory: ~/repo