diff --git a/.circleci/config.yml b/.circleci/config.yml index b511816c..30993005 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ aliases: - &install-deps run: name: Install dependencies - command: npm ci + command: npm ci --ignore-scripts - &build-packages run: name: Build @@ -17,7 +17,7 @@ jobs: build: working_directory: ~/nest docker: - - image: cimg/node:20.2 + - image: cimg/node:20.3 steps: - checkout - run: @@ -27,7 +27,7 @@ jobs: key: dependency-cache-{{ checksum "package.json" }} - run: name: Install dependencies - command: npm ci + command: npm ci --ignore-scripts - save_cache: key: dependency-cache-{{ checksum "package.json" }} paths: