From 603360a44002e92d23a45f822908b71a92d269a6 Mon Sep 17 00:00:00 2001 From: guhur <12297742+guhur@users.noreply.github.com> Date: Mon, 21 Sep 2020 08:08:08 +0200 Subject: [PATCH] fix(ci): update docker image for Node orb CircleCi was complaining about: ``` error npm-check-updates@9.0.1: The engine "node" is incompatible with this module. Expected version ">=10.17". Got "10.16.3" error Found incompatible module. ``` --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc0bff8..927669e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build: docker: - - image: circleci/node:10.16.3 + - image: circleci/node@4.0.0 steps: - checkout - run: