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 +