From e9ccd1673253d0b8220372b1a59af628fd48f88b Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Tue, 27 Dec 2022 12:54:19 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 326aa5387..7869cc574 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,12 +17,12 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:17.9 + - image: cimg/node:19.3 steps: - checkout - run: name: Update NPM version - command: npm install -g npm@latest + command: sudo npm install -g npm@latest - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: @@ -79,4 +79,4 @@ workflows: - integration_tests: requires: - build - \ No newline at end of file +