From d74ced1ae1195989c5bda3bbf48521f417ccf325 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Fri, 1 Sep 2023 15:00:22 +0200 Subject: [PATCH] Use built-in version of NPM on CI (#207) --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eb99e4e..950e780 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,9 +13,6 @@ jobs: LANG: en_US.UTF-8 steps: - checkout - - run: - name: Update NPM version - command: sudo npm install -g npm@latest - run: name: Install dependencies command: npm install