From a8dcd7cef3ee8d19ad05b8c734ac43f3103489e8 Mon Sep 17 00:00:00 2001 From: Daniel Hiller Date: Sat, 18 Apr 2026 15:23:53 +0000 Subject: [PATCH] chore: Remove global npm update step from build workflow --- .github/workflows/build-and-publish-release-package.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-and-publish-release-package.yml b/.github/workflows/build-and-publish-release-package.yml index f53e7ac5..a13fcd98 100644 --- a/.github/workflows/build-and-publish-release-package.yml +++ b/.github/workflows/build-and-publish-release-package.yml @@ -18,9 +18,6 @@ jobs: node-version: '22' cache: 'npm' - - name: Update npm - run: npm install npm --global - - name: Install server dependencies run: npm install --omit=prod --ignore-scripts working-directory: ./server