mirror of
https://github.com/plankanban/planka.git
synced 2026-07-15 19:54:00 +03:00
chore: Remove global npm update step from build workflow
This commit is contained in:
@@ -18,9 +18,6 @@ jobs:
|
|||||||
node-version: '22'
|
node-version: '22'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Update npm
|
|
||||||
run: npm install npm --global
|
|
||||||
|
|
||||||
- name: Install server dependencies
|
- name: Install server dependencies
|
||||||
run: npm install --omit=prod --ignore-scripts
|
run: npm install --omit=prod --ignore-scripts
|
||||||
working-directory: ./server
|
working-directory: ./server
|
||||||
|
|||||||
Reference in New Issue
Block a user