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