From 7734c12485e424f504cc00af8ac7658dad68d972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Tue, 17 Dec 2024 09:42:36 +0100 Subject: [PATCH] ci: dont update npm on ci --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 70d279a38..c0e13f777 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,9 +28,6 @@ jobs: - image: cimg/node:22.3 steps: - checkout - - run: - name: Update NPM version - command: sudo npm install -g npm@latest --ignore-scripts - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: