From 2eb7679c94abcf8080e209cf8427346a2a3f4561 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Tue, 14 Jan 2025 23:10:39 +0100 Subject: [PATCH] Remove update of npm. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16d2675..4319841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,6 @@ jobs: node-version: '18' registry-url: https://registry.npmjs.org - - name: Update NPM - run: npm install -g npm@latest - - name: Installing Dependencies run: npm i