chore: Remove global npm update step from build workflow

This commit is contained in:
Daniel Hiller
2026-04-18 15:23:53 +00:00
parent 6e2e6539d1
commit a8dcd7cef3

View File

@@ -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