mirror of
https://github.com/plankanban/planka.git
synced 2026-05-04 18:00:55 +03:00
chore: Remove global npm update step from build workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user