tests: Use `--no-save` when installing plugins on Windows
parent
14a9749b75
commit
5ea66701f7
|
@ -135,7 +135,7 @@ jobs:
|
|||
|
||||
- name: Install Etherpad plugins
|
||||
run: >
|
||||
npm install
|
||||
npm install --no-save
|
||||
ep_align
|
||||
ep_author_hover
|
||||
ep_cursortrace
|
||||
|
|
Loading…
Reference in New Issue