diff --git a/.circleci/config.yml b/.circleci/config.yml index d19f0b56b..4f83355c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,12 +21,12 @@ jobs: build: working_directory: ~/nest docker: - - image: circleci/node:17 + - image: cimg/node:17.9 steps: - checkout - run: name: Update NPM version - command: 'sudo npm install -g npm@latest' + command: npm install -g npm@latest - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: @@ -43,7 +43,7 @@ jobs: unit_tests: working_directory: ~/nest docker: - - image: circleci/node:17 + - image: cimg/node:17.9 steps: - checkout - *restore-cache