From 829146d0dd9e7556b81786749efdc01be3ce87fb Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Tue, 27 Dec 2022 12:56:06 +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 bd85c9ac..6346f68f 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: @@ -78,4 +78,4 @@ workflows: - integration_tests: requires: - build - \ No newline at end of file +